| 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 fb46624acd7e4df6c533dcbe4a2e4b18b0ccbea8..71d5898ab6ecd5361a45f5bd0204eff14d8f5b32 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
|
| @@ -10,13 +10,17 @@ class B extends core::Object {
|
| constructor •() → void
|
| ;
|
| }
|
| -class C extends core::Object {
|
| +class C extends self::Object&Missing {
|
| constructor •() → void
|
| + : super core::Object::•()
|
| ;
|
| }
|
| class D extends core::Object {
|
| - static factory •() → self::D
|
| - ;
|
| + static field dynamic _redirecting# = <dynamic>[self::D::•];
|
| + static factory •() → dynamic
|
| + throw "Redirection constructor target not found: Missing";
|
| +}
|
| +abstract class Object&Missing extends core::Object {
|
| }
|
| static method main() → void
|
| ;
|
|
|