[IR] Fix KT-59346, KT-55993

#KT-59346
#KT-55993
This commit is contained in:
Evgeniy.Zhelenskiy
2023-06-15 19:12:49 +02:00
committed by Space Team
parent e802ee05a7
commit 2d920df507
19 changed files with 212 additions and 6 deletions
@@ -40587,6 +40587,18 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
runTest("compiler/testData/codegen/box/when/kt5448.kt");
}
@Test
@TestMetadata("kt55993.kt")
public void testKt55993() throws Exception {
runTest("compiler/testData/codegen/box/when/kt55993.kt");
}
@Test
@TestMetadata("kt59346.kt")
public void testKt59346() throws Exception {
runTest("compiler/testData/codegen/box/when/kt59346.kt");
}
@Test
@TestMetadata("longInRange.kt")
public void testLongInRange() throws Exception {
@@ -41621,6 +41621,18 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
runTest("compiler/testData/codegen/box/when/kt5448.kt");
}
@Test
@TestMetadata("kt55993.kt")
public void testKt55993() throws Exception {
runTest("compiler/testData/codegen/box/when/kt55993.kt");
}
@Test
@TestMetadata("kt59346.kt")
public void testKt59346() throws Exception {
runTest("compiler/testData/codegen/box/when/kt59346.kt");
}
@Test
@TestMetadata("longInRange.kt")
public void testLongInRange() throws Exception {
@@ -40071,6 +40071,18 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/box/when/kt5448.kt");
}
@Test
@TestMetadata("kt55993.kt")
public void testKt55993() throws Exception {
runTest("compiler/testData/codegen/box/when/kt55993.kt");
}
@Test
@TestMetadata("kt59346.kt")
public void testKt59346() throws Exception {
runTest("compiler/testData/codegen/box/when/kt59346.kt");
}
@Test
@TestMetadata("longInRange.kt")
public void testLongInRange() throws Exception {
@@ -40588,6 +40588,18 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
runTest("compiler/testData/codegen/box/when/kt5448.kt");
}
@Test
@TestMetadata("kt55993.kt")
public void testKt55993() throws Exception {
runTest("compiler/testData/codegen/box/when/kt55993.kt");
}
@Test
@TestMetadata("kt59346.kt")
public void testKt59346() throws Exception {
runTest("compiler/testData/codegen/box/when/kt59346.kt");
}
@Test
@TestMetadata("longInRange.kt")
public void testLongInRange() throws Exception {