OLD | NEW |
1 // Messages from compiling names.dart | 1 // Messages from compiling names.dart |
| 2 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp
leIdentifier (test/codegen/names.dart, line 26, col 3) |
| 3 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp
leIdentifier (test/codegen/names.dart, line 27, col 3) |
| 4 warning: [MissingTypeError] type analysis didn't compute the type of: _foo Simpl
eIdentifier (test/codegen/names.dart, line 27, col 19) |
| 5 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp
leIdentifier (test/codegen/names.dart, line 28, col 3) |
| 6 warning: [MissingTypeError] type analysis didn't compute the type of: _foo Simpl
eIdentifier (test/codegen/names.dart, line 28, col 9) |
| 7 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp
leIdentifier (test/codegen/names.dart, line 29, col 3) |
| 8 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp
leIdentifier (test/codegen/names.dart, line 31, col 3) |
| 9 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp
leIdentifier (test/codegen/names.dart, line 32, col 3) |
| 10 info: [DynamicInvoke] print(exports) requires dynamic invoke (test/codegen/names
.dart, line 26, col 3) |
| 11 info: [DynamicInvoke] print(new Foo()._foo()) requires dynamic invoke (test/code
gen/names.dart, line 27, col 3) |
| 12 info: [DynamicInvoke] new Foo()._foo() requires dynamic invoke (test/codegen/nam
es.dart, line 27, col 9) |
| 13 info: [DynamicInvoke] print(_foo()) requires dynamic invoke (test/codegen/names.
dart, line 28, col 3) |
| 14 info: [DynamicInvoke] _foo() requires dynamic invoke (test/codegen/names.dart, l
ine 28, col 9) |
| 15 info: [DynamicInvoke] print(new Frame.caller([1, 2, 3])) requires dynamic invoke
(test/codegen/names.dart, line 29, col 3) |
| 16 info: [DynamicInvoke] print(eval) requires dynamic invoke (test/codegen/names.da
rt, line 31, col 3) |
| 17 info: [DynamicInvoke] print(Frame2.caller + Frame2.arguments) requires dynamic i
nvoke (test/codegen/names.dart, line 32, col 3) |
OLD | NEW |