OLD | NEW |
1 // Messages from compiling try_catch.dart | 1 // Messages from compiling try_catch.dart |
| 2 warning: [MissingTypeError] type analysis didn't compute the type of: foo Simple
Identifier (test/codegen/try_catch.dart, line 49, col 3) |
| 3 warning: [MissingTypeError] type analysis didn't compute the type of: bar Simple
Identifier (test/codegen/try_catch.dart, line 50, col 3) |
| 4 warning: [MissingTypeError] type analysis didn't compute the type of: baz Simple
Identifier (test/codegen/try_catch.dart, line 51, col 3) |
| 5 warning: [MissingTypeError] type analysis didn't compute the type of: qux Simple
Identifier (test/codegen/try_catch.dart, line 52, col 3) |
| 6 warning: [MissingTypeError] type analysis didn't compute the type of: wub Simple
Identifier (test/codegen/try_catch.dart, line 53, col 3) |
| 7 info: [DynamicInvoke] foo() requires dynamic invoke (test/codegen/try_catch.dart
, line 49, col 3) |
| 8 info: [DynamicInvoke] bar() requires dynamic invoke (test/codegen/try_catch.dart
, line 50, col 3) |
| 9 info: [DynamicInvoke] baz() requires dynamic invoke (test/codegen/try_catch.dart
, line 51, col 3) |
| 10 info: [DynamicInvoke] qux() requires dynamic invoke (test/codegen/try_catch.dart
, line 52, col 3) |
| 11 info: [DynamicInvoke] wub() requires dynamic invoke (test/codegen/try_catch.dart
, line 53, col 3) |
OLD | NEW |