| 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
|
| deleted file mode 100644
|
| index f77dde6947884efb43d7ff77d0f959237046817c..0000000000000000000000000000000000000000
|
| --- a/pkg/front_end/test/fasta/rasta/class_hierarchy.dart.outline.expect
|
| +++ /dev/null
|
| @@ -1,28 +0,0 @@
|
| -library;
|
| -import self as self;
|
| -import "dart:core" as core;
|
| -
|
| -class A extends core::Object {
|
| - constructor •() → void
|
| - ;
|
| -}
|
| -class B extends core::Object {
|
| - constructor •() → void
|
| - ;
|
| -}
|
| -class C extends self::Object&Missing {
|
| - constructor •() → void
|
| - : super core::Object::•()
|
| - ;
|
| -}
|
| -class D extends core::Object {
|
| - static field dynamic _redirecting# = <dynamic>[self::D::•];
|
| - static factory •() → dynamic
|
| - throw "Redirection constructor target not found: Missing";
|
| -}
|
| -abstract class Object&Missing extends core::Object {
|
| - constructor •() → void
|
| - ;
|
| -}
|
| -static method main() → void
|
| - ;
|
|
|