Comment deleted

This commit is contained in:
unknown
2011-07-17 00:02:55 +04:00
parent cfca58bc06
commit 928747ce8e
@@ -541,7 +541,6 @@ public class JetTypeInferrer {
// TODO : check that all are named
trace.getErrorHandler().genericError(call.asElement().getNode(), "Named arguments are not supported"); // TODO
// result = overloadDomain.getFunctionDescriptorForNamedArguments(typeArguments, valueArguments, functionLiteralArgument);
} else {
List<JetExpression> positionedValueArguments = new ArrayList<JetExpression>();
for (JetArgument argument : valueArguments) {