[JS IR] Add tests for KT-48941
This commit is contained in:
committed by
TeamCityServer
parent
7d4d035287
commit
18950feeff
Generated
+10
@@ -5165,6 +5165,16 @@ public class IrBoxJsES6TestGenerated extends AbstractIrBoxJsES6Test {
|
||||
runTest("js/js.translator/testData/box/jsCode/literal.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("literalInVal.kt")
|
||||
public void testLiteralInVal() throws Exception {
|
||||
runTest("js/js.translator/testData/box/jsCode/literalInVal.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("literalInValField.kt")
|
||||
public void testLiteralInValField() throws Exception {
|
||||
runTest("js/js.translator/testData/box/jsCode/literalInValField.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("numberLiteralOverflow.kt")
|
||||
public void testNumberLiteralOverflow() throws Exception {
|
||||
runTest("js/js.translator/testData/box/jsCode/numberLiteralOverflow.kt");
|
||||
|
||||
+10
@@ -5165,6 +5165,16 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/jsCode/literal.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("literalInVal.kt")
|
||||
public void testLiteralInVal() throws Exception {
|
||||
runTest("js/js.translator/testData/box/jsCode/literalInVal.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("literalInValField.kt")
|
||||
public void testLiteralInValField() throws Exception {
|
||||
runTest("js/js.translator/testData/box/jsCode/literalInValField.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("numberLiteralOverflow.kt")
|
||||
public void testNumberLiteralOverflow() throws Exception {
|
||||
runTest("js/js.translator/testData/box/jsCode/numberLiteralOverflow.kt");
|
||||
|
||||
+10
@@ -5175,6 +5175,16 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/jsCode/literal.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("literalInVal.kt")
|
||||
public void testLiteralInVal() throws Exception {
|
||||
runTest("js/js.translator/testData/box/jsCode/literalInVal.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("literalInValField.kt")
|
||||
public void testLiteralInValField() throws Exception {
|
||||
runTest("js/js.translator/testData/box/jsCode/literalInValField.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("numberLiteralOverflow.kt")
|
||||
public void testNumberLiteralOverflow() throws Exception {
|
||||
runTest("js/js.translator/testData/box/jsCode/numberLiteralOverflow.kt");
|
||||
|
||||
Reference in New Issue
Block a user