Add test for KT-52580

This commit is contained in:
Dmitriy Novozhilov
2022-06-20 17:11:15 +03:00
committed by teamcity
parent ed8187109a
commit b73783b693
9 changed files with 78 additions and 0 deletions
@@ -32485,6 +32485,12 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/safeCall/kt4733.kt");
}
@Test
@TestMetadata("kt52580.kt")
public void testKt52580() throws Exception {
runTest("compiler/testData/codegen/box/safeCall/kt52580.kt");
}
@Test
@TestMetadata("primitive.kt")
public void testPrimitive() throws Exception {
@@ -32587,6 +32587,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/safeCall/kt4733.kt");
}
@Test
@TestMetadata("kt52580.kt")
public void testKt52580() throws Exception {
runTest("compiler/testData/codegen/box/safeCall/kt52580.kt");
}
@Test
@TestMetadata("primitive.kt")
public void testPrimitive() throws Exception {
@@ -29156,6 +29156,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
runTest("compiler/testData/codegen/box/safeCall/kt4733.kt");
}
@TestMetadata("kt52580.kt")
public void testKt52580() throws Exception {
runTest("compiler/testData/codegen/box/safeCall/kt52580.kt");
}
@TestMetadata("primitive.kt")
public void testPrimitive() throws Exception {
runTest("compiler/testData/codegen/box/safeCall/primitive.kt");