NI: extract diagnostics from partially resolved call instead of separately handling it including running all checks
^KT-37630 Fixed ^KT-35494 Fixed
This commit is contained in:
@@ -10571,6 +10571,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTestWithFirVali
|
||||
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/genericCandidateInGenericClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("iltInsideSeveralCalls.kt")
|
||||
public void testIltInsideSeveralCalls() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/iltInsideSeveralCalls.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inferenceWithUpperBoundsInLambda.kt")
|
||||
public void testInferenceWithUpperBoundsInLambda() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/commonSystem/inferenceWithUpperBoundsInLambda.kt");
|
||||
|
||||
Reference in New Issue
Block a user