| Index: test/codegen/expect/collection/wrappers.txt
|
| diff --git a/test/codegen/expect/collection/wrappers.txt b/test/codegen/expect/collection/wrappers.txt
|
| index 0780f693e105f6236713788668baf9823af61dff..e84d2fb5a52bc8af0b3457b719bc1bb7e219ecc7 100644
|
| --- a/test/codegen/expect/collection/wrappers.txt
|
| +++ b/test/codegen/expect/collection/wrappers.txt
|
| @@ -6,16 +6,3 @@ warning: [DownCastComposite] _keyForValue(value) (dynamic) will need runtime che
|
| warning: [UninferredClosure] () {result = true; return value;} (() → dynamic) will need runtime check to cast to type () → V (package:collection/wrappers.dart, line 485, col 31)
|
| warning: [DownCastComposite] value (dynamic) will need runtime check to cast to type V (package:collection/wrappers.dart, line 536, col 16)
|
| warning: [DownCastComposite] element (dynamic) will need runtime check to cast to type V (package:collection/wrappers.dart, line 558, col 38)
|
| -info: [InferredTypeClosure] (element) => !other.contains(element) has inferred type (E) → bool (package:collection/wrappers.dart, line 397, col 13)
|
| -info: [NonGroundTypeCheckInfo] Runtime check on non-ground type V may throw StrongModeError (package:collection/wrappers.dart, line 470, col 28)
|
| -info: [DynamicInvoke] _keyForValue(element) requires dynamic invoke (package:collection/wrappers.dart, line 471, col 33)
|
| -info: [DynamicInvoke] _keyForValue(value) requires dynamic invoke (package:collection/wrappers.dart, line 483, col 13)
|
| -info: [InferredTypeClosure] (element) => !other.contains(element) has inferred type (V) → bool (package:collection/wrappers.dart, line 508, col 13)
|
| -info: [DynamicInvoke] _keyForValue(element) requires dynamic invoke (package:collection/wrappers.dart, line 521, col 40)
|
| -info: [NonGroundTypeCheckInfo] Runtime check on non-ground type V may throw StrongModeError (package:collection/wrappers.dart, line 524, col 26)
|
| -info: [DynamicInvoke] _keyForValue(value) requires dynamic invoke (package:collection/wrappers.dart, line 525, col 15)
|
| -info: [InferredTypeClosure] (key, value) {if (test(value)) toRemove.add(key);} has inferred type (K, V) → void (package:collection/wrappers.dart, line 535, col 22)
|
| -info: [NonGroundTypeCheckInfo] Runtime check on non-ground type V may throw StrongModeError (package:collection/wrappers.dart, line 544, col 30)
|
| -info: [DynamicInvoke] _keyForValue(element) requires dynamic invoke (package:collection/wrappers.dart, line 545, col 17)
|
| -info: [InferredTypeClosure] (k, v) {if (!valuesToRetain.contains(v)) keysToRemove.add(k);} has inferred type (K, V) → void (package:collection/wrappers.dart, line 551, col 22)
|
| -info: [InferredTypeClosure] (element) => !test(element) has inferred type (V) → bool (package:collection/wrappers.dart, line 558, col 19)
|
|
|