JVM_IR KT-49136 don't optimize null checks on fields and calls
This commit is contained in:
+12
@@ -27486,6 +27486,18 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/nullCheckOptimization/kt22410.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49136.kt")
|
||||
public void testKt49136() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/nullCheckOptimization/kt49136.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49136a.kt")
|
||||
public void testKt49136a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/nullCheckOptimization/kt49136a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt7774.kt")
|
||||
public void testKt7774() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user