| Index: compiler/javatests/com/google/dart/compiler/type/generic_class_with_supertypes.dart
|
| diff --git a/compiler/javatests/com/google/dart/compiler/type/generic_class_with_supertypes.dart b/compiler/javatests/com/google/dart/compiler/type/generic_class_with_supertypes.dart
|
| index b96748fe54a2cfa4460131c1805537bec13f95ea..c0ccbb949b1f1e3950286f4d92fd41e98626e603 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/type/generic_class_with_supertypes.dart
|
| +++ b/compiler/javatests/com/google/dart/compiler/type/generic_class_with_supertypes.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 Interface<I1, I2> {
|
| +abstract class Interface<I1, I2> {
|
| I1 interfaceField;
|
| I1 interfaceMethod(I2 arg);
|
| }
|
|
|