| Index: lib/compiler/implementation/typechecker.dart
|
| diff --git a/lib/compiler/implementation/typechecker.dart b/lib/compiler/implementation/typechecker.dart
|
| index 1bc286096ee2caeb624ca49d4386761b80407b33..5a6ba39d3ea4b871161012fca7ff07bbbc873140 100644
|
| --- a/lib/compiler/implementation/typechecker.dart
|
| +++ b/lib/compiler/implementation/typechecker.dart
|
| @@ -62,7 +62,7 @@ class StatementType implements Type {
|
|
|
| class InterfaceType implements Type {
|
| final SourceString name;
|
| - final ClassElement element;
|
| + final Element element;
|
| final Link<Type> arguments;
|
|
|
| const InterfaceType(this.name, this.element, this.arguments);
|
|
|