| Index: lib/compiler/implementation/typechecker.dart
|
| diff --git a/lib/compiler/implementation/typechecker.dart b/lib/compiler/implementation/typechecker.dart
|
| index 54698b8aa099814b8cef111481931ddde1977098..f5a600fa3e08f04b40f497efe977c7630b43dbe0 100644
|
| --- a/lib/compiler/implementation/typechecker.dart
|
| +++ b/lib/compiler/implementation/typechecker.dart
|
| @@ -31,7 +31,7 @@ interface Type {
|
|
|
| class TypeVariableType implements Type {
|
| final SourceString name;
|
| - Element element;
|
| + TypeVariableElement element;
|
| TypeVariableType(this.name, [this.element]);
|
|
|
| toString() => name.slowToString();
|
|
|