| Index: pkg/front_end/test/fasta/rasta/issue_000067.dart.direct.expect
|
| diff --git a/pkg/front_end/test/fasta/rasta/issue_000067.dart.direct.expect b/pkg/front_end/test/fasta/rasta/issue_000067.dart.direct.expect
|
| index 461c046d22d8ffab24ef81c421c42070e2b7dddd..26c72196f747d0ed403171cfd6d8c671671535b0 100644
|
| --- a/pkg/front_end/test/fasta/rasta/issue_000067.dart.direct.expect
|
| +++ b/pkg/front_end/test/fasta/rasta/issue_000067.dart.direct.expect
|
| @@ -6,18 +6,18 @@ import "package:expect/expect.dart" as exp;
|
| class A extends core::Object {
|
| constructor •() → void
|
| : super core::Object::•() {}
|
| - method m() → core::int {}
|
| static factory foo() → self::A
|
| invalid-statement;
|
| + method m() → core::int {}
|
| }
|
| class C extends self::A {
|
| constructor •() → void
|
| : super self::A::•() {}
|
| + static factory bar() → self::D
|
| + throw "Missing constructor: D";
|
| method m() → core::int {
|
| return 1;
|
| }
|
| - static factory bar() → self::C
|
| - throw "Missing constructor: D";
|
| }
|
| class D extends self::C {
|
| constructor •() → void
|
|
|