| Index: pkg/front_end/test/fasta/rasta/class_hierarchy.dart.dartk.expect
|
| diff --git a/pkg/front_end/test/fasta/rasta/class_hierarchy.dart.dartk.expect b/pkg/front_end/test/fasta/rasta/class_hierarchy.dart.dartk.expect
|
| deleted file mode 100644
|
| index f8bf7421b7db0c1dfe112c67293f5ae3b65b4e25..0000000000000000000000000000000000000000
|
| --- a/pkg/front_end/test/fasta/rasta/class_hierarchy.dart.dartk.expect
|
| +++ /dev/null
|
| @@ -1,26 +0,0 @@
|
| -library;
|
| -import self as self;
|
| -import "dart:core" as core;
|
| -
|
| -class A extends core::Object {
|
| - constructor •() → self::A
|
| - : invalid-initializer;
|
| -}
|
| -class B extends core::Object {
|
| - constructor •() → self::B
|
| - : invalid-initializer;
|
| -}
|
| -class C extends core::Object {
|
| - constructor •() → dynamic
|
| - : invalid-initializer;
|
| -}
|
| -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();
|
| -}
|
|
|