[FIR] Infer labeled type for lambda in return in catch ^KT-51009 Fixed
This commit is contained in:
+6
@@ -14809,6 +14809,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/inference/completion/flexibleType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inferLabeledElementTypeForLambdaInReturnInCatch.kt")
|
||||
public void testInferLabeledElementTypeForLambdaInReturnInCatch() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/completion/inferLabeledElementTypeForLambdaInReturnInCatch.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("intersectionType.kt")
|
||||
public void testIntersectionType() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user