OLD | NEW |
1 // Messages from compiling temps.dart | 1 // Messages from compiling temps.dart |
| 2 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp
leIdentifier (test/codegen/temps.dart, line 20, col 3) |
| 3 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp
leIdentifier (test/codegen/temps.dart, line 21, col 3) |
| 4 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp
leIdentifier (test/codegen/temps.dart, line 22, col 3) |
| 5 info: [DynamicInvoke] print(new FormalCollision(1, 2, (x) => x)) requires dynami
c invoke (test/codegen/temps.dart, line 20, col 3) |
| 6 info: [DynamicInvoke] print(new OptionalArg()._opt) requires dynamic invoke (tes
t/codegen/temps.dart, line 21, col 3) |
| 7 info: [DynamicInvoke] print(new OptionalArg.named()._opt) requires dynamic invok
e (test/codegen/temps.dart, line 22, col 3) |
OLD | NEW |