[FIR] Fix inference of postponed lambdas if containg call has explicit type arguments
This commit is contained in:
committed by
TeamCityServer
parent
fbab32c4dd
commit
def799cc4e
+6
@@ -2859,6 +2859,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/inference/lambdaInElvis.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("lambdaWithoutExpectedType.kt")
|
||||
public void testLambdaWithoutExpectedType() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/inference/lambdaWithoutExpectedType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("lambdasReturns.kt")
|
||||
public void testLambdasReturns() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user