| Index: pkg/front_end/testcases/bad_store.dart
|
| diff --git a/pkg/front_end/testcases/bad_store.dart b/pkg/front_end/testcases/bad_store.dart
|
| index 98c709525deeac8d1f49e0d395415e5b08b4c910..b1de4945462e5b0ad9dd3d2c851cfbc4af0f2179 100644
|
| --- a/pkg/front_end/testcases/bad_store.dart
|
| +++ b/pkg/front_end/testcases/bad_store.dart
|
| @@ -1,3 +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.
|
| +
|
| class Foo {
|
| var field;
|
| }
|
|
|