OLD | NEW |
1 // Messages from compiling wrappers.dart | 1 // Messages from compiling wrappers.dart |
2 warning: [DownCastComposite] _keyForValue(value) (dynamic) will need runtime che
ck to cast to type K (package:collection/wrappers.dart, line 483, col 13) | 2 severe: [AnalyzerMessage] Invalid override. The type of _DelegatingIterableBase.
expand (((E) → Iterable<dynamic>) → Iterable<dynamic>) is not a subtype of Itera
ble<E>.expand (<T>((E) → Iterable<T>) → Iterable<T>). (package:collection/wrappe
rs.dart, line 41, col 3) |
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) | 3 severe: [AnalyzerMessage] _base.fold(initialValue, combine) (dynamic) will need
runtime check to cast to type T (package:collection/wrappers.dart, line 49, col
7) |
4 warning: [DownCastComposite] value (dynamic) will need runtime check to cast to
type V (package:collection/wrappers.dart, line 536, col 16) | 4 severe: [AnalyzerMessage] Invalid override. The type of _DelegatingIterableBase.
map (((E) → dynamic) → Iterable<dynamic>) is not a subtype of Iterable<E>.map (<
T>((E) → T) → Iterable<T>). (package:collection/wrappers.dart, line 68, col 3) |
5 warning: [DownCastComposite] element (dynamic) will need runtime check to cast t
o type V (package:collection/wrappers.dart, line 558, col 38) | 5 severe: [AnalyzerMessage] Missing concrete implementation of 'Iterable.map' and
'Iterable.expand' (package:collection/wrappers.dart, line 117, col 7) |
| 6 severe: [AnalyzerMessage] Base class introduces an invalid override. The type of
_DelegatingIterableBase.expand (((E) → Iterable<dynamic>) → Iterable<dynamic>)
is not a subtype of Iterable<E>.expand (<T>((E) → Iterable<T>) → Iterable<T>). (
package:collection/wrappers.dart, line 117, col 25) |
| 7 severe: [AnalyzerMessage] Base class introduces an invalid override. The type of
_DelegatingIterableBase.map (((E) → dynamic) → Iterable<dynamic>) is not a subt
ype of Iterable<E>.map (<T>((E) → T) → Iterable<T>). (package:collection/wrapper
s.dart, line 117, col 25) |
| 8 severe: [AnalyzerMessage] Missing concrete implementation of 'Iterable.expand' a
nd 'Iterable.map' (package:collection/wrappers.dart, line 216, col 7) |
| 9 severe: [AnalyzerMessage] Base class introduces an invalid override. The type of
_DelegatingIterableBase.expand (((E) → Iterable<dynamic>) → Iterable<dynamic>)
is not a subtype of Iterable<E>.expand (<T>((E) → Iterable<T>) → Iterable<T>). (
package:collection/wrappers.dart, line 216, col 24) |
| 10 severe: [AnalyzerMessage] Base class introduces an invalid override. The type of
_DelegatingIterableBase.map (((E) → dynamic) → Iterable<dynamic>) is not a subt
ype of Iterable<E>.map (<T>((E) → T) → Iterable<T>). (package:collection/wrapper
s.dart, line 216, col 24) |
| 11 severe: [AnalyzerMessage] Missing concrete implementation of 'Iterable.map' and
'Iterable.expand' (package:collection/wrappers.dart, line 269, col 7) |
| 12 severe: [AnalyzerMessage] Base class introduces an invalid override. The type of
_DelegatingIterableBase.expand (((E) → Iterable<dynamic>) → Iterable<dynamic>)
is not a subtype of Iterable<E>.expand (<T>((E) → Iterable<T>) → Iterable<T>). (
package:collection/wrappers.dart, line 269, col 26) |
| 13 severe: [AnalyzerMessage] Base class introduces an invalid override. The type of
_DelegatingIterableBase.map (((E) → dynamic) → Iterable<dynamic>) is not a subt
ype of Iterable<E>.map (<T>((E) → T) → Iterable<T>). (package:collection/wrapper
s.dart, line 269, col 26) |
| 14 severe: [AnalyzerMessage] Missing concrete implementation of 'Iterable.expand' a
nd 'Iterable.map' (package:collection/wrappers.dart, line 367, col 7) |
| 15 severe: [AnalyzerMessage] Missing concrete implementation of 'Iterable.expand' a
nd 'Iterable.map' (package:collection/wrappers.dart, line 452, col 7) |
| 16 severe: [AnalyzerMessage] Base class introduces an invalid override. The type of
_DelegatingIterableBase.expand (((V) → Iterable<dynamic>) → Iterable<dynamic>)
is not a subtype of Iterable<V>.expand (<T>((V) → Iterable<T>) → Iterable<T>). (
package:collection/wrappers.dart, line 452, col 25) |
| 17 severe: [AnalyzerMessage] Base class introduces an invalid override. The type of
_DelegatingIterableBase.map (((V) → dynamic) → Iterable<dynamic>) is not a subt
ype of Iterable<V>.map (<T>((V) → T) → Iterable<T>). (package:collection/wrapper
s.dart, line 452, col 25) |
| 18 severe: [AnalyzerMessage] _keyForValue(value) (dynamic) will need runtime check
to cast to type K (package:collection/wrappers.dart, line 483, col 13) |
OLD | NEW |