| Index: pkg/front_end/test/fasta/rasta/bad_constructor_redirection.dart.dartk.expect
|
| diff --git a/pkg/front_end/test/fasta/rasta/bad_constructor_redirection.dart.dartk.expect b/pkg/front_end/test/fasta/rasta/bad_constructor_redirection.dart.dartk.expect
|
| deleted file mode 100644
|
| index 397cac6093ff69db8b9d76ccc9c923903f8bb09b..0000000000000000000000000000000000000000
|
| --- a/pkg/front_end/test/fasta/rasta/bad_constructor_redirection.dart.dartk.expect
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -library;
|
| -import self as self;
|
| -import "dart:core" as core;
|
| -
|
| -class C extends core::Object {
|
| - const constructor •() → dynamic
|
| - : invalid-initializer;
|
| - const constructor x() → dynamic
|
| - : super core::Object::•()
|
| - ;
|
| -}
|
| -static method main() → dynamic {
|
| - new self::C::•();
|
| - const self::C::•();
|
| -}
|
|
|