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

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

Issue 1401273002: Move DDC to analyzer-based checker (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: rebase Created 5 years, 2 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 warning: [DownCastComposite] _throw() (dynamic) will need runtime check to cast to type E (package:collection/src/unmodifiable_wrappers.dart, line 88, col 28) 2 warning: [DownCastComposite] _throw() (dynamic) will need runtime check to cast to type E (package:collection/src/unmodifiable_wrappers.dart, line 88, col 28)
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 warning: [DownCastComposite] _throw() (dynamic) will need runtime check to cast to type E (package:collection/src/unmodifiable_wrappers.dart, line 94, col 21)
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: [DownCastComposite] _throw() (dynamic) will need runtime check to cast to type V (package:collection/src/unmodifiable_wrappers.dart, line 218, col 41)
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: [DownCastComposite] _throw() (dynamic) will need runtime check to cast to type V (package:collection/src/unmodifiable_wrappers.dart, line 230, col 27)
6 info: [DynamicCast] _throw() (dynamic) will need runtime check to cast to type b ool (package:collection/src/unmodifiable_wrappers.dart, line 58, col 24)
7 info: [DynamicCast] _throw() (dynamic) will need runtime check to cast to type b ool (package:collection/src/unmodifiable_wrappers.dart, line 82, col 32)
8 info: [DynamicCast] _throw() (dynamic) will need runtime check to cast to type b ool (package:collection/src/unmodifiable_wrappers.dart, line 154, col 24)
9 info: [DynamicCast] _throw() (dynamic) will need runtime check to cast to type b ool (package:collection/src/unmodifiable_wrappers.dart, line 166, col 32)
OLDNEW
« no previous file with comments | « test/codegen/expect/collection/src/queue_list.txt ('k') | test/codegen/expect/collection/wrappers.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698