JVM_IR KT-44993 preserve inner expression type when fusing if-null
This commit is contained in:
committed by
TeamCityServer
parent
922419efb8
commit
decfaa3ba5
+5
@@ -29110,6 +29110,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/regressions/kt4281.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt44993.kt")
|
||||
public void testKt44993() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/regressions/kt44993.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt5056.kt")
|
||||
public void testKt5056() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/regressions/kt5056.kt");
|
||||
|
||||
Reference in New Issue
Block a user