| Index: pkg/front_end/test/fasta/top_level_accessors.dart
|
| diff --git a/pkg/front_end/test/fasta/top_level_accessors.dart b/pkg/front_end/test/fasta/top_level_accessors.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a0dbc514e6f8c68d942b488a6f1b76a8a65454c8
|
| --- /dev/null
|
| +++ b/pkg/front_end/test/fasta/top_level_accessors.dart
|
| @@ -0,0 +1,7 @@
|
| +// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
|
| +// for details. All rights reserved. Use of this source code is governed by a
|
| +// BSD-style license that can be found in the LICENSE file.
|
| +
|
| +library top_level_accessors;
|
| +
|
| +part 'top_level_accessors_part.dart';
|
|
|