Index: pkg/compiler/lib/src/ssa/builder.dart |
diff --git a/pkg/compiler/lib/src/ssa/builder.dart b/pkg/compiler/lib/src/ssa/builder.dart |
index 9f54ceb5ae57faa1a6f19425085745c52bb9401c..2456e8118a67146344c77c0dd876dc1fbd793d26 100644 |
--- a/pkg/compiler/lib/src/ssa/builder.dart |
+++ b/pkg/compiler/lib/src/ssa/builder.dart |
@@ -1502,10 +1502,10 @@ class SsaBuilder extends ast.Visitor |
hasRtiInput = true; |
List<HInstruction> typeArguments = <HInstruction>[]; |
classElement.typeVariables.forEach((TypeVariableType typeVariable) { |
- HInstruction argument = localsHandler |
- .readLocal(localsHandler.getTypeVariableAsLocal(typeVariable)); |
- typeArguments.add(argument); |
- }); |
+ HInstruction argument = localsHandler |
+ .readLocal(localsHandler.getTypeVariableAsLocal(typeVariable)); |
+ typeArguments.add(argument); |
+ }); |
HInstruction typeInfo = new HTypeInfoExpression( |
TypeInfoExpressionKind.INSTANCE, |