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

Side by Side Diff: test/codegen/expect/methods.txt

Issue 1038583004: Rationalize coercions (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Rebase Created 5 years, 9 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
« no previous file with comments | « test/codegen/expect/fieldtest.txt ('k') | test/codegen/expect/sunflower/sunflower.txt » ('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 methods.dart 1 // Messages from compiling methods.dart
2 info: line 14, column 21 of test/codegen/methods.dart: [DownCast] b (num) will n eed runtime check to cast to type int 2 warning: line 14, column 21 of test/codegen/methods.dart: [DownCastImplicit] b ( num) will need runtime check to cast to type int
3 int z([num b]) => b; 3 int z([num b]) => b;
4 ^ 4 ^
5 info: line 19, column 12 of test/codegen/methods.dart: [DownCast] a + b (num) wi ll need runtime check to cast to type int 5 warning: line 19, column 12 of test/codegen/methods.dart: [DownCastImplicit] a + b (num) will need runtime check to cast to type int
6 return a + b; 6 return a + b;
7 ^^^^^ 7 ^^^^^
8 warning: line 49, column 3 of test/codegen/methods.dart: [DynamicInvoke] f.bar(" Bar's call method!") requires dynamic invoke 8 warning: line 49, column 3 of test/codegen/methods.dart: [DynamicInvoke] f.bar(" Bar's call method!") requires dynamic invoke
9 f.bar("Bar's call method!"); 9 f.bar("Bar's call method!");
10 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 10 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
OLDNEW
« no previous file with comments | « test/codegen/expect/fieldtest.txt ('k') | test/codegen/expect/sunflower/sunflower.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698