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

Side by Side Diff: test/codegen/expect/collection/wrappers.txt

Issue 1413683006: Move runtime js files down to lib/runtime/dart (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « test/codegen/expect/collection/wrappers.js ('k') | test/codegen/expect/constructors.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Messages from compiling wrappers.dart 1 // Messages from compiling wrappers.dart
2 warning: [DownCastComposite] _base (Iterable<E>) will need runtime check to cast to type List<E> (package:collection/wrappers.dart, line 120, col 28)
3 warning: [DownCastComposite] _base (Iterable<E>) will need runtime check to cast to type Set<E> (package:collection/wrappers.dart, line 219, col 26)
4 warning: [DownCastComposite] _base (Iterable<E>) will need runtime check to cast to type Queue<E> (package:collection/wrappers.dart, line 272, col 30)
5 warning: [DownCastComposite] _keyForValue(value) (dynamic) will need runtime che ck to cast to type K (package:collection/wrappers.dart, line 483, col 13) 2 warning: [DownCastComposite] _keyForValue(value) (dynamic) will need runtime che ck to cast to type K (package:collection/wrappers.dart, line 483, col 13)
6 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 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)
7 warning: [DownCastComposite] value (dynamic) will need runtime check to cast to type V (package:collection/wrappers.dart, line 536, col 16) 4 warning: [DownCastComposite] value (dynamic) will need runtime check to cast to type V (package:collection/wrappers.dart, line 536, col 16)
8 warning: [DownCastComposite] element (dynamic) will need runtime check to cast t o type V (package:collection/wrappers.dart, line 558, col 38) 5 warning: [DownCastComposite] element (dynamic) will need runtime check to cast t o type V (package:collection/wrappers.dart, line 558, col 38)
OLDNEW
« no previous file with comments | « test/codegen/expect/collection/wrappers.js ('k') | test/codegen/expect/constructors.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698