| Index: compiler/javatests/com/google/dart/compiler/end2end/inc/someimpl.dart
|
| diff --git a/compiler/javatests/com/google/dart/compiler/end2end/inc/someimpl.dart b/compiler/javatests/com/google/dart/compiler/end2end/inc/someimpl.dart
|
| index 2be548fd00fad24ecd742537cf3b062c8719399f..85b68610d5700436e182f6b1e4acffdc197d30ca 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/end2end/inc/someimpl.dart
|
| +++ b/compiler/javatests/com/google/dart/compiler/end2end/inc/someimpl.dart
|
| @@ -1,6 +1,7 @@
|
| // Copyright (c) 2011, 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.
|
| +part of someimpl_dart;
|
|
|
| class SomeClassImpl implements SomeClass {
|
| String message_;
|
|
|