[FIR2IR] Properly approximate intersection types during fir2ir conversion

^KT-62544 Fixed
This commit is contained in:
Dmitriy Novozhilov
2023-10-16 13:19:40 +03:00
committed by Space Team
parent 8c6da9fddb
commit 9366847e96
52 changed files with 450 additions and 803 deletions
@@ -17550,6 +17550,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/inference/intersectionTypeInArguments.kt");
}
@TestMetadata("intersectionWithInvisibleComponent.kt")
public void testIntersectionWithInvisibleComponent() throws Exception {
runTest("compiler/testData/codegen/box/inference/intersectionWithInvisibleComponent.kt");
}
@TestMetadata("kt10822.kt")
public void testKt10822() throws Exception {
runTest("compiler/testData/codegen/box/inference/kt10822.kt");