| Index: pkg/front_end/test/fasta/rasta/issue_000006.dart.outline.expect
|
| diff --git a/pkg/front_end/test/fasta/rasta/issue_000006.dart.outline.expect b/pkg/front_end/test/fasta/rasta/issue_000006.dart.outline.expect
|
| index b8b4a9317516247026ac659e377d987c346259bd..0ff4007038851ef5acc6bdd894227daa995e54a8 100644
|
| --- a/pkg/front_end/test/fasta/rasta/issue_000006.dart.outline.expect
|
| +++ b/pkg/front_end/test/fasta/rasta/issue_000006.dart.outline.expect
|
| @@ -1,7 +1,6 @@
|
| library;
|
| import self as self;
|
|
|
| -static field dynamic list = <dynamic>[1, 2, 3];
|
| -static method main() → dynamic {
|
| - self::list.add(1);
|
| -}
|
| +static field dynamic list;
|
| +static method main() → dynamic
|
| + ;
|
|
|