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