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