| Index: pkg/front_end/test/fasta/rasta/constant_get_and_invoke.dart.outline.expect
|
| diff --git a/pkg/front_end/test/fasta/rasta/constant_get_and_invoke.dart.outline.expect b/pkg/front_end/test/fasta/rasta/constant_get_and_invoke.dart.outline.expect
|
| index eb9688ca261517a8b51d66dc64592b4ebbe4b472..7c08d7a2886666c5554e73370b4d226b4731f761 100644
|
| --- a/pkg/front_end/test/fasta/rasta/constant_get_and_invoke.dart.outline.expect
|
| +++ b/pkg/front_end/test/fasta/rasta/constant_get_and_invoke.dart.outline.expect
|
| @@ -1,8 +1,6 @@
|
| library;
|
| import self as self;
|
|
|
| -static const field dynamic c = 1;
|
| -static method main() → dynamic {
|
| - self::c;
|
| - self::c.call();
|
| -}
|
| +static const field dynamic c;
|
| +static method main() → dynamic
|
| + ;
|
|
|