Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Side by Side Diff: test/codegen/expect/collection/src/unmodifiable_wrappers.txt

Issue 1530563003: Generate all runtime files from dart. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: merged master Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Messages from compiling unmodifiable_wrappers.dart 1 // Messages from compiling unmodifiable_wrappers.dart
2 severe: [AnalyzerMessage] Missing concrete implementation of 'Iterable.expand' a nd 'Iterable.map' (package:collection/src/unmodifiable_wrappers.dart, line 33, c ol 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) 2 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) 3 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 ) 4 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 ) 5 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 )
OLDNEW
« no previous file with comments | « test/codegen/expect/collection/src/unmodifiable_wrappers.js ('k') | test/codegen/expect/collection/src/utils.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698