KT-36813 Generate optimizable null checks in JVM_IR
This commit is contained in:
+5
@@ -17548,6 +17548,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
public void testTrivialInstanceOf() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/nullCheckOptimization/trivialInstanceOf.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("varModifiedAfterCheck.kt")
|
||||
public void testVarModifiedAfterCheck() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/nullCheckOptimization/varModifiedAfterCheck.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/objectIntrinsics")
|
||||
|
||||
Reference in New Issue
Block a user