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

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

Issue 1038583004: Rationalize coercions (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Rebase Created 5 years, 8 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/checker/inferred_type_test.dart ('k') | test/codegen/expect/fieldtest.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 DeltaBlue.dart 1 // Messages from compiling DeltaBlue.dart
2 warning: line 63, column 7 of test/codegen/BenchmarkBase.dart: [DynamicInvoke] f () requires dynamic invoke 2 warning: line 63, column 7 of test/codegen/BenchmarkBase.dart: [DynamicInvoke] f () requires dynamic invoke
3 f(); 3 f();
4 ^^^ 4 ^^^
5 info: line 130, column 18 of test/codegen/DeltaBlue.dart: [DownCast] mark (dynam ic) will need runtime check to cast to type int 5 info: line 130, column 18 of test/codegen/DeltaBlue.dart: [DynamicCast] mark (dy namic) will need runtime check to cast to type int
6 chooseMethod(mark); 6 chooseMethod(mark);
7 ^^^^ 7 ^^^^
8 info: line 137, column 16 of test/codegen/DeltaBlue.dart: [DownCast] mark (dynam ic) will need runtime check to cast to type int 8 info: line 137, column 16 of test/codegen/DeltaBlue.dart: [DynamicCast] mark (dy namic) will need runtime check to cast to type int
9 markInputs(mark); 9 markInputs(mark);
10 ^^^^ 10 ^^^^
11 info: line 142, column 37 of test/codegen/DeltaBlue.dart: [DownCast] mark (dynam ic) will need runtime check to cast to type int 11 info: line 142, column 37 of test/codegen/DeltaBlue.dart: [DynamicCast] mark (dy namic) will need runtime check to cast to type int
12 if (!planner.addPropagate(this, mark)) print("Cycle encountered"); 12 if (!planner.addPropagate(this, mark)) print("Cycle encountered");
13 ^^^^ 13 ^^^^
14 info: line 143, column 16 of test/codegen/DeltaBlue.dart: [DownCast] mark (dynam ic) will need runtime check to cast to type int 14 info: line 143, column 16 of test/codegen/DeltaBlue.dart: [DynamicCast] mark (dy namic) will need runtime check to cast to type int
15 out.mark = mark; 15 out.mark = mark;
16 ^^^^ 16 ^^^^
OLDNEW
« no previous file with comments | « test/checker/inferred_type_test.dart ('k') | test/codegen/expect/fieldtest.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698