Fixed: analyze unmapped (or with no callee) functional arguments with right context.

This commit is contained in:
svtk
2013-11-21 21:43:59 +04:00
parent ae3331717e
commit 1bfca62592
3 changed files with 23 additions and 10 deletions
@@ -5388,6 +5388,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
doTest("compiler/testData/diagnostics/tests/resolve/nestedCalls/analyzeArgsInFreeExpressionPosition.kt");
}
@TestMetadata("analyzeUnmappedArguments.kt")
public void testAnalyzeUnmappedArguments() throws Exception {
doTest("compiler/testData/diagnostics/tests/resolve/nestedCalls/analyzeUnmappedArguments.kt");
}
@TestMetadata("completeUnmappedArguments.kt")
public void testCompleteUnmappedArguments() throws Exception {
doTest("compiler/testData/diagnostics/tests/resolve/nestedCalls/completeUnmappedArguments.kt");