Index: sdk/lib/_internal/compiler/implementation/resolution/members.dart |
=================================================================== |
--- sdk/lib/_internal/compiler/implementation/resolution/members.dart (revision 22847) |
+++ sdk/lib/_internal/compiler/implementation/resolution/members.dart (working copy) |
@@ -2201,9 +2201,6 @@ |
compiler.backend.registerClassUsingVariableExpression(cls); |
compiler.backend.registerTypeVariableExpression(mapping); |
} else if (target.impliesType() && !sendIsMemberAccess) { |
- // Set the type of the node to [Type] to mark this send as a |
- // type literal. |
- mapping.setType(node, compiler.typeClass.computeType(compiler)); |
compiler.backend.registerTypeLiteral(mapping); |
} |
} |