Index: lib/compiler/implementation/ssa/codegen.dart |
diff --git a/lib/compiler/implementation/ssa/codegen.dart b/lib/compiler/implementation/ssa/codegen.dart |
index f9618acb09f095f284ea38eda5b77116c8318f99..300953034d50952bec53bc57f747f2223b2bad61 100644 |
--- a/lib/compiler/implementation/ssa/codegen.dart |
+++ b/lib/compiler/implementation/ssa/codegen.dart |
@@ -2572,7 +2572,7 @@ class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor { |
if (compiler.codegenWorld.rti.hasTypeArguments(type)) { |
InterfaceType interfaceType = type; |
ClassElement cls = type.element; |
- Link<Type> arguments = interfaceType.arguments; |
+ Link<Type> arguments = interfaceType.typeArguments; |
buffer.add(' && '); |
checkObject(node.typeInfoCall, '==='); |
cls.typeParameters.forEach((name, _) { |