Fixed: analyze unmapped (or with no callee) functional arguments with right context.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user