[NI] Improve completing calls with multiple postponed arguments
#KT-27999 Fixed #KT-30244 Fixed #KT-31102 Fixed
This commit is contained in:
@@ -9735,6 +9735,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/completeInferenceIfManyFailed.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("completionOfMultipleLambdas.kt")
|
||||
public void testCompletionOfMultipleLambdas() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/completionOfMultipleLambdas.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("conflictingSubstitutions.kt")
|
||||
public void testConflictingSubstitutions() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/conflictingSubstitutions.kt");
|
||||
|
||||
Generated
+5
@@ -9730,6 +9730,11 @@ public class DiagnosticsUsingJavacTestGenerated extends AbstractDiagnosticsUsing
|
||||
runTest("compiler/testData/diagnostics/tests/inference/completeInferenceIfManyFailed.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("completionOfMultipleLambdas.kt")
|
||||
public void testCompletionOfMultipleLambdas() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/completionOfMultipleLambdas.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("conflictingSubstitutions.kt")
|
||||
public void testConflictingSubstitutions() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/conflictingSubstitutions.kt");
|
||||
|
||||
Reference in New Issue
Block a user