| OLD | NEW |
| 1 // Messages from compiling wrappers.dart | 1 // Messages from compiling wrappers.dart |
| 2 warning: [DownCastComposite] _base (Iterable<E>) will need runtime check to cast
to type List<E> (package:collection/wrappers.dart, line 120, col 28) | |
| 3 warning: [DownCastComposite] _base (Iterable<E>) will need runtime check to cast
to type Set<E> (package:collection/wrappers.dart, line 219, col 26) | |
| 4 warning: [DownCastComposite] _base (Iterable<E>) will need runtime check to cast
to type Queue<E> (package:collection/wrappers.dart, line 272, col 30) | |
| 5 warning: [DownCastComposite] _keyForValue(value) (dynamic) will need runtime che
ck to cast to type K (package:collection/wrappers.dart, line 483, col 13) | 2 warning: [DownCastComposite] _keyForValue(value) (dynamic) will need runtime che
ck to cast to type K (package:collection/wrappers.dart, line 483, col 13) |
| 6 warning: [UninferredClosure] () {result = true; return value;} (() → dynamic) wi
ll need runtime check to cast to type () → V (package:collection/wrappers.dart,
line 485, col 31) | 3 warning: [UninferredClosure] () {result = true; return value;} (() → dynamic) wi
ll need runtime check to cast to type () → V (package:collection/wrappers.dart,
line 485, col 31) |
| 7 warning: [DownCastComposite] value (dynamic) will need runtime check to cast to
type V (package:collection/wrappers.dart, line 536, col 16) | 4 warning: [DownCastComposite] value (dynamic) will need runtime check to cast to
type V (package:collection/wrappers.dart, line 536, col 16) |
| 8 warning: [DownCastComposite] element (dynamic) will need runtime check to cast t
o type V (package:collection/wrappers.dart, line 558, col 38) | 5 warning: [DownCastComposite] element (dynamic) will need runtime check to cast t
o type V (package:collection/wrappers.dart, line 558, col 38) |
| OLD | NEW |