| Index: pkg/front_end/test/fasta/rasta/class_hierarchy.dart.outline.expect
|
| diff --git a/pkg/front_end/test/fasta/rasta/class_hierarchy.dart.outline.expect b/pkg/front_end/test/fasta/rasta/class_hierarchy.dart.outline.expect
|
| index f8bf7421b7db0c1dfe112c67293f5ae3b65b4e25..fb46624acd7e4df6c533dcbe4a2e4b18b0ccbea8 100644
|
| --- a/pkg/front_end/test/fasta/rasta/class_hierarchy.dart.outline.expect
|
| +++ b/pkg/front_end/test/fasta/rasta/class_hierarchy.dart.outline.expect
|
| @@ -3,24 +3,20 @@ import self as self;
|
| import "dart:core" as core;
|
|
|
| class A extends core::Object {
|
| - constructor •() → self::A
|
| - : invalid-initializer;
|
| + constructor •() → void
|
| + ;
|
| }
|
| class B extends core::Object {
|
| - constructor •() → self::B
|
| - : invalid-initializer;
|
| + constructor •() → void
|
| + ;
|
| }
|
| class C extends core::Object {
|
| - constructor •() → dynamic
|
| - : invalid-initializer;
|
| + constructor •() → void
|
| + ;
|
| }
|
| class D extends core::Object {
|
| static factory •() → self::D
|
| - invalid-statement;
|
| -}
|
| -static method main() → void {
|
| - new self::A::•();
|
| - new self::B::•();
|
| - new self::C::•();
|
| - invalid-expression.call();
|
| + ;
|
| }
|
| +static method main() → void
|
| + ;
|
|
|