| Index: pkg/front_end/test/fasta/rasta/bad_default_constructor.dart.outline.expect
|
| diff --git a/pkg/front_end/test/fasta/rasta/bad_default_constructor.dart.outline.expect b/pkg/front_end/test/fasta/rasta/bad_default_constructor.dart.outline.expect
|
| index 9ef3d02e3d8a8df03fd5d444cafb31c2c4986ce9..b6c4bf2132d94cfdc047ce503f6bb912e02bdb9b 100644
|
| --- a/pkg/front_end/test/fasta/rasta/bad_default_constructor.dart.outline.expect
|
| +++ b/pkg/front_end/test/fasta/rasta/bad_default_constructor.dart.outline.expect
|
| @@ -3,15 +3,12 @@ import self as self;
|
| import "dart:core" as core;
|
|
|
| class A extends core::Object {
|
| - constructor •(dynamic x) → dynamic
|
| - : super core::Object::•()
|
| + constructor •(dynamic x) → void
|
| ;
|
| }
|
| class B extends self::A {
|
| - constructor •() → self::B
|
| - : invalid-initializer;
|
| -}
|
| -static method main() → dynamic {
|
| - new self::B::•();
|
| - invalid-expression;
|
| + constructor •() → void
|
| + ;
|
| }
|
| +static method main() → dynamic
|
| + ;
|
|
|