OLD | NEW |
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 ^^^^ |
OLD | NEW |