OLD | NEW |
1 // Messages from compiling functions.dart | 1 // Messages from compiling functions.dart |
| 2 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp
leIdentifier (test/codegen/functions.dart, line 13, col 3) |
| 3 warning: [MissingTypeError] type analysis didn't compute the type of: bootstrap
SimpleIdentifier (test/codegen/functions.dart, line 13, col 9) |
| 4 info: [DynamicInvoke] print(bootstrap()[0]) requires dynamic invoke (test/codege
n/functions.dart, line 13, col 3) |
| 5 info: [DynamicInvoke] bootstrap() requires dynamic invoke (test/codegen/function
s.dart, line 13, col 9) |
OLD | NEW |