OLD | NEW |
1 // Messages from compiling DeltaBlue.dart | 1 // Messages from compiling DeltaBlue.dart |
2 info: line 63, column 7 of test/codegen/BenchmarkBase.dart: [DynamicInvoke] f()
requires dynamic invoke | 2 info: [DynamicInvoke] f() requires dynamic invoke (test/codegen/BenchmarkBase.da
rt, line 63, col 7) |
3 f(); | 3 info: [DynamicCast] mark (dynamic) will need runtime check to cast to type int (
test/codegen/DeltaBlue.dart, line 130, col 18) |
4 ^^^ | 4 info: [DynamicCast] mark (dynamic) will need runtime check to cast to type int (
test/codegen/DeltaBlue.dart, line 137, col 16) |
5 info: line 130, column 18 of test/codegen/DeltaBlue.dart: [DynamicCast] mark (dy
namic) will need runtime check to cast to type int | 5 info: [DynamicCast] mark (dynamic) will need runtime check to cast to type int (
test/codegen/DeltaBlue.dart, line 142, col 37) |
6 chooseMethod(mark); | 6 info: [DynamicCast] mark (dynamic) will need runtime check to cast to type int (
test/codegen/DeltaBlue.dart, line 143, col 16) |
7 ^^^^ | |
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); | |
10 ^^^^ | |
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"); | |
13 ^^^^ | |
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; | |
16 ^^^^ | |
OLD | NEW |