[FIR2IR] Properly approximate intersection types during fir2ir conversion
^KT-62544 Fixed
This commit is contained in:
committed by
Space Team
parent
8c6da9fddb
commit
9366847e96
+6
@@ -21025,6 +21025,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/inference/intersectionTypeInArguments.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("intersectionWithInvisibleComponent.kt")
|
||||
public void testIntersectionWithInvisibleComponent() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/intersectionWithInvisibleComponent.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt10822.kt")
|
||||
public void testKt10822() throws Exception {
|
||||
|
||||
+6
@@ -21025,6 +21025,12 @@ public class IrBlackBoxCodegenWithIrInlinerTestGenerated extends AbstractIrBlack
|
||||
runTest("compiler/testData/codegen/box/inference/intersectionTypeInArguments.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("intersectionWithInvisibleComponent.kt")
|
||||
public void testIntersectionWithInvisibleComponent() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/intersectionWithInvisibleComponent.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt10822.kt")
|
||||
public void testKt10822() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user