| Index: pkg/front_end/test/fasta/rasta/issue_000067.dart.outline.expect
|
| diff --git a/pkg/front_end/test/fasta/rasta/issue_000067.dart.outline.expect b/pkg/front_end/test/fasta/rasta/issue_000067.dart.outline.expect
|
| index ca2a1cd1ac52c45b94aab861f81b79763d54939b..c075e183547e1d3a9fceedbafc67ae2866dd395e 100644
|
| --- a/pkg/front_end/test/fasta/rasta/issue_000067.dart.outline.expect
|
| +++ b/pkg/front_end/test/fasta/rasta/issue_000067.dart.outline.expect
|
| @@ -5,18 +5,18 @@ import "dart:core" as core;
|
| class A extends core::Object {
|
| constructor •() → void
|
| ;
|
| - method m() → core::int
|
| - ;
|
| static factory foo() → self::A
|
| invalid-statement;
|
| + method m() → core::int
|
| + ;
|
| }
|
| class C extends self::A {
|
| constructor •() → void
|
| ;
|
| + static factory bar() → self::D
|
| + throw "Missing constructor: D";
|
| method m() → core::int
|
| ;
|
| - static factory bar() → self::C
|
| - throw "Missing constructor: D";
|
| }
|
| class D extends self::C {
|
| constructor •() → void
|
|
|