Index: sdk/lib/_internal/compiler/implementation/elements/elements.dart |
diff --git a/sdk/lib/_internal/compiler/implementation/elements/elements.dart b/sdk/lib/_internal/compiler/implementation/elements/elements.dart |
index 9df0ec1231e9d7213cd9b2dc110123f2289bcd6d..c6aa269151cbad181893b06962ec3aa62723f314 100644 |
--- a/sdk/lib/_internal/compiler/implementation/elements/elements.dart |
+++ b/sdk/lib/_internal/compiler/implementation/elements/elements.dart |
@@ -1414,7 +1414,7 @@ abstract class ClassElement extends ScopeContainerElement |
bool isObject(Compiler compiler) => |
identical(declaration, compiler.objectClass); |
- Link<DartType> get typeVariables => type.arguments; |
+ Link<DartType> get typeVariables => type.typeArguments; |
ClassElement ensureResolved(Compiler compiler) { |
if (resolutionState == STATE_NOT_STARTED) { |