KT-52743 IR: Fix null checks in Elvis operators
This commit is contained in:
committed by
teamcity
parent
ed97e73129
commit
3766698081
+6
@@ -32491,6 +32491,12 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/safeCall/kt52580.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52743.kt")
|
||||
public void testKt52743() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/safeCall/kt52743.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("primitive.kt")
|
||||
public void testPrimitive() throws Exception {
|
||||
|
||||
+6
@@ -32593,6 +32593,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/safeCall/kt52580.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52743.kt")
|
||||
public void testKt52743() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/safeCall/kt52743.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("primitive.kt")
|
||||
public void testPrimitive() throws Exception {
|
||||
|
||||
+5
@@ -29161,6 +29161,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/safeCall/kt52580.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt52743.kt")
|
||||
public void testKt52743() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/safeCall/kt52743.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("primitive.kt")
|
||||
public void testPrimitive() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/safeCall/primitive.kt");
|
||||
|
||||
Reference in New Issue
Block a user