OLD | NEW |
1 // Messages from compiling script.dart | 1 // Messages from compiling script.dart |
| 2 warning: [MissingTypeError] type analysis didn't compute the type of: join Simpl
eIdentifier (test/codegen/script.dart, line 3, col 22) |
| 3 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp
leIdentifier (test/codegen/script.dart, line 5, col 3) |
| 4 info: [DynamicInvoke] args.join(' ') requires dynamic invoke (test/codegen/scrip
t.dart, line 3, col 17) |
| 5 info: [DynamicInvoke] print('hello $name') requires dynamic invoke (test/codegen
/script.dart, line 5, col 3) |
OLD | NEW |