[IR] Fix KT-59346, KT-55993
#KT-59346 #KT-55993
This commit is contained in:
committed by
Space Team
parent
e802ee05a7
commit
2d920df507
+12
@@ -36483,6 +36483,18 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
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 {
|
||||
|
||||
+12
@@ -36909,6 +36909,18 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
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 {
|
||||
|
||||
+12
@@ -36909,6 +36909,18 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
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 {
|
||||
|
||||
+12
@@ -36909,6 +36909,18 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user