| Index: sdk/lib/_internal/compiler/implementation/ssa/builder.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/ssa/builder.dart b/sdk/lib/_internal/compiler/implementation/ssa/builder.dart
|
| index b86b54257dc4f0f63b378c859cab35bb5d54d7e7..7ec5661a6f47c4d4abc08774bd9fdb67ccffb76d 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/ssa/builder.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/ssa/builder.dart
|
| @@ -3429,8 +3429,8 @@ class SsaBuilder extends ResolvedVisitor implements Visitor {
|
| Constant constant = handler.compileNodeWithDefinitions(node, elements);
|
| stack.add(graph.addConstant(constant));
|
| } else if (element.isTypeVariable()) {
|
| - HInstruction value = readTypeVariable(currentElement.getEnclosingClass(),
|
| - element);
|
| + HInstruction value =
|
| + addTypeVariableReference(element.computeType(compiler));
|
| pushInvokeHelper1(backend.getRuntimeTypeToString(),
|
| value, HType.STRING);
|
| pushInvokeHelper1(backend.getCreateRuntimeType(),
|
|
|