| Index: pkg/front_end/test/fasta/rasta/unresolved_recovery.dart.outline.expect
|
| diff --git a/pkg/front_end/test/fasta/rasta/unresolved_recovery.dart.outline.expect b/pkg/front_end/test/fasta/rasta/unresolved_recovery.dart.outline.expect
|
| index 4e64945130213de9d9c899f5619632553a24d03d..36d86b3dfe725b8b226ef07c621a308600242486 100644
|
| --- a/pkg/front_end/test/fasta/rasta/unresolved_recovery.dart.outline.expect
|
| +++ b/pkg/front_end/test/fasta/rasta/unresolved_recovery.dart.outline.expect
|
| @@ -3,17 +3,14 @@ import self as self;
|
| import "dart:core" as core;
|
|
|
| class E extends core::Object {
|
| - constructor •() → self::E
|
| - : super core::Object::•();
|
| - method foo() → dynamic {
|
| - super.[]=(4, 42);
|
| - let final dynamic #t1 = 4 in super.[]=(#t1, super.[](#t1).+(5));
|
| - return super.[](2);
|
| - }
|
| -}
|
| -static method beforeTestMissingTry() → dynamic {
|
| - throw core::_genericNoSuchMethod(null, #testMissingTry, <dynamic>[], <dynamic, dynamic>{}, null);
|
| + constructor •() → void
|
| + ;
|
| + method foo() → dynamic
|
| + ;
|
| }
|
| +static method beforeTestMissingTry() → dynamic
|
| + ;
|
| static method testMissingTry() → dynamic
|
| - invalid-statement;
|
| -static method main() → dynamic {}
|
| + ;
|
| +static method main() → dynamic
|
| + ;
|
|
|