[FIR] Infer labeled type for lambda in return in catch ^KT-51009 Fixed
This commit is contained in:
Generated
+6
@@ -14815,6 +14815,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
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