Fixed: unmapped arguments should be completed as well.

This commit is contained in:
svtk
2013-11-21 19:42:06 +04:00
parent 058726a0f1
commit ae3331717e
4 changed files with 30 additions and 3 deletions
@@ -5388,6 +5388,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
doTest("compiler/testData/diagnostics/tests/resolve/nestedCalls/analyzeArgsInFreeExpressionPosition.kt");
}
@TestMetadata("completeUnmappedArguments.kt")
public void testCompleteUnmappedArguments() throws Exception {
doTest("compiler/testData/diagnostics/tests/resolve/nestedCalls/completeUnmappedArguments.kt");
}
}
@TestMetadata("compiler/testData/diagnostics/tests/resolve/specialConstructions")