| Index: pkg/compiler/lib/src/elements/types.dart
|
| diff --git a/pkg/compiler/lib/src/elements/types.dart b/pkg/compiler/lib/src/elements/types.dart
|
| index 1eb24697869121666dd011253b5d584178d22f4e..bd829cd362aa64036b702120fa9d6564dd1d9aaf 100644
|
| --- a/pkg/compiler/lib/src/elements/types.dart
|
| +++ b/pkg/compiler/lib/src/elements/types.dart
|
| @@ -89,8 +89,6 @@ class InterfaceType extends DartType {
|
|
|
| InterfaceType(this.element, this.typeArguments);
|
|
|
| - bool get isInterfaceType => true;
|
| -
|
| bool get containsTypeVariables =>
|
| typeArguments.any((type) => type.containsTypeVariables);
|
|
|
|
|