| Index: pkg/front_end/test/fasta/function_in_field.dart.direct.expect
|
| diff --git a/pkg/front_end/test/fasta/function_in_field.dart.direct.expect b/pkg/front_end/test/fasta/function_in_field.dart.direct.expect
|
| deleted file mode 100644
|
| index f5a425317ca39db66d5ee972ae4105a8258dd490..0000000000000000000000000000000000000000
|
| --- a/pkg/front_end/test/fasta/function_in_field.dart.direct.expect
|
| +++ /dev/null
|
| @@ -1,11 +0,0 @@
|
| -library;
|
| -import self as self;
|
| -import "dart:core" as core;
|
| -
|
| -static field dynamic x = () → dynamic {
|
| - dynamic y = 42;
|
| - return y;
|
| -};
|
| -static method main() → dynamic {
|
| - core::print(self::x.call());
|
| -}
|
|
|