| Index: pkg/front_end/test/fasta/rasta/bad_setter_initializer.dart.direct.expect
|
| diff --git a/pkg/front_end/test/fasta/rasta/bad_setter_initializer.dart.direct.expect b/pkg/front_end/test/fasta/rasta/bad_setter_initializer.dart.direct.expect
|
| deleted file mode 100644
|
| index 1563a8395da7832a0a90aba533a63a56362bfd46..0000000000000000000000000000000000000000
|
| --- a/pkg/front_end/test/fasta/rasta/bad_setter_initializer.dart.direct.expect
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -library;
|
| -import self as self;
|
| -import "dart:core" as core;
|
| -
|
| -class C extends core::Object {
|
| - constructor •() → void
|
| - : final dynamic #t1 = throw new core::_CompileTimeError::•("pkg/front_end/test/fasta/rasta/bad_setter_initializer.dart:6:9: \u0027[31mError: Can't use field here.\u0027[0m"), super core::Object::•()
|
| - ;
|
| - set field(dynamic value) → dynamic {}
|
| -}
|
| -static method main() → dynamic {
|
| - new self::C::•();
|
| -}
|
|
|