Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 // Messages from compiling unmodifiable_wrappers.dart | 1 // Messages from compiling unmodifiable_wrappers.dart |
| 2 severe: [AnalyzerMessage] Missing concrete implementation of 'Iterable.map' and 'Iterable.expand' (package:collection/src/unmodifiable_wrappers.dart, line 33, c ol 7) | 2 severe: [AnalyzerMessage] Missing concrete implementation of 'Iterable.expand' a nd 'Iterable.map' (package:collection/src/unmodifiable_wrappers.dart, line 33, c ol 7) |
|
vsm
2016/01/12 19:13:40
This looks like some non-determinism in the analyz
| |
| 3 severe: [AnalyzerMessage] Missing concrete implementation of 'Iterable.expand' a nd 'Iterable.map' (package:collection/src/unmodifiable_wrappers.dart, line 136, col 7) | 3 severe: [AnalyzerMessage] Missing concrete implementation of 'Iterable.map' and 'Iterable.expand' (package:collection/src/unmodifiable_wrappers.dart, line 136, col 7) |
| 4 warning: [DOWN_CAST_COMPOSITE] _throw() (dynamic) will need runtime check to cas t to type E (package:collection/src/unmodifiable_wrappers.dart, line 88, col 28) | 4 warning: [DOWN_CAST_COMPOSITE] _throw() (dynamic) will need runtime check to cas t to type E (package:collection/src/unmodifiable_wrappers.dart, line 88, col 28) |
| 5 warning: [DOWN_CAST_COMPOSITE] _throw() (dynamic) will need runtime check to cas t to type E (package:collection/src/unmodifiable_wrappers.dart, line 94, col 21) | 5 warning: [DOWN_CAST_COMPOSITE] _throw() (dynamic) will need runtime check to cas t 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 cas t to type V (package:collection/src/unmodifiable_wrappers.dart, line 218, col 41 ) | 6 warning: [DOWN_CAST_COMPOSITE] _throw() (dynamic) will need runtime check to cas t to type V (package:collection/src/unmodifiable_wrappers.dart, line 218, col 41 ) |
| 7 warning: [DOWN_CAST_COMPOSITE] _throw() (dynamic) will need runtime check to cas t to type V (package:collection/src/unmodifiable_wrappers.dart, line 230, col 27 ) | 7 warning: [DOWN_CAST_COMPOSITE] _throw() (dynamic) will need runtime check to cas t to type V (package:collection/src/unmodifiable_wrappers.dart, line 230, col 27 ) |
| OLD | NEW |