| Index: pkg/front_end/testcases/escape.dart
|
| diff --git a/pkg/front_end/testcases/escape.dart b/pkg/front_end/testcases/escape.dart
|
| index ba58d2a92d71da1d8c02a76f4a77e2186690ee90..2b7ac3240c0de99c174dd74ab5640499629ab649 100644
|
| --- a/pkg/front_end/testcases/escape.dart
|
| +++ b/pkg/front_end/testcases/escape.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 A {
|
| var field;
|
| }
|
|
|