OLD | NEW |
1 // Messages from compiling unmodifiable_wrappers.dart | 1 // Messages from compiling unmodifiable_wrappers.dart |
2 warning: [DownCastComposite] _throw() (dynamic) will need runtime check to cast
to type E (package:collection/src/unmodifiable_wrappers.dart, line 88, col 28) | 2 severe: [AnalyzerMessage] Missing concrete implementation of 'Iterable.map' and
'Iterable.expand' (package:collection/src/unmodifiable_wrappers.dart, line 33, c
ol 7) |
3 warning: [DownCastComposite] _throw() (dynamic) will need runtime check to cast
to type E (package:collection/src/unmodifiable_wrappers.dart, line 94, col 21) | 3 severe: [AnalyzerMessage] Missing concrete implementation of 'Iterable.map' and
'Iterable.expand' (package:collection/src/unmodifiable_wrappers.dart, line 136,
col 7) |
4 warning: [DownCastComposite] _throw() (dynamic) will need runtime check to cast
to type V (package:collection/src/unmodifiable_wrappers.dart, line 218, col 41) | 4 warning: [_DOWN_CAST_COMPOSITE] _throw() (dynamic) will need runtime check to ca
st to type E (package:collection/src/unmodifiable_wrappers.dart, line 88, col 28
) |
5 warning: [DownCastComposite] _throw() (dynamic) will need runtime check to cast
to type V (package:collection/src/unmodifiable_wrappers.dart, line 230, col 27) | 5 warning: [_DOWN_CAST_COMPOSITE] _throw() (dynamic) will need runtime check to ca
st to type E (package:collection/src/unmodifiable_wrappers.dart, line 94, col 21
) |
| 6 warning: [_DOWN_CAST_COMPOSITE] _throw() (dynamic) will need runtime check to ca
st to type V (package:collection/src/unmodifiable_wrappers.dart, line 218, col 4
1) |
| 7 warning: [_DOWN_CAST_COMPOSITE] _throw() (dynamic) will need runtime check to ca
st to type V (package:collection/src/unmodifiable_wrappers.dart, line 230, col 2
7) |
OLD | NEW |