| Index: lib/compiler/implementation/elements/elements.dart
|
| diff --git a/lib/compiler/implementation/elements/elements.dart b/lib/compiler/implementation/elements/elements.dart
|
| index 2076d6e68b6f48cb611f18acc0816929cd551f5d..432d835a3f4c120c8dc82a4093bea074d2af20cf 100644
|
| --- a/lib/compiler/implementation/elements/elements.dart
|
| +++ b/lib/compiler/implementation/elements/elements.dart
|
| @@ -845,7 +845,7 @@ abstract class TypeDeclarationElement implements Element {
|
| */
|
| // TODO(johnniwinther): Find a (better) way to decouple [typeVariables] from
|
| // [Compiler].
|
| - final Link<Type> typeVariables;
|
| + abstract Link<Type> get typeVariables();
|
|
|
| /**
|
| * Creates the type variables, their type and corresponding element, for the
|
|
|