| Index: compiler/javatests/com/google/dart/compiler/end2end/inc/some.newmethod.dart
|
| diff --git a/compiler/javatests/com/google/dart/compiler/end2end/inc/some.newmethod.dart b/compiler/javatests/com/google/dart/compiler/end2end/inc/some.newmethod.dart
|
| index 22ff591de27e0c1f73644e9a68aa648643718b0c..abe3948c8ed97d69508dbf64badef3480e8c4b20 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/end2end/inc/some.newmethod.dart
|
| +++ b/compiler/javatests/com/google/dart/compiler/end2end/inc/some.newmethod.dart
|
| @@ -2,7 +2,7 @@
|
| // 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.
|
|
|
| -interface SomeClass factory SomeClassImpl {
|
| +interface SomeClass default SomeClassImpl {
|
| SomeClass(arg);
|
| String get message();
|
| newMethod();
|
|
|