[JS BE] Fix KT-26706: incorrect Long value in string templates
This commit is contained in:
+5
@@ -6306,6 +6306,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/number/kt2342.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt26706.kt")
|
||||
public void testKt26706() throws Exception {
|
||||
runTest("js/js.translator/testData/box/number/kt26706.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("longArray.kt")
|
||||
public void testLongArray() throws Exception {
|
||||
runTest("js/js.translator/testData/box/number/longArray.kt");
|
||||
|
||||
+5
@@ -6306,6 +6306,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/number/kt2342.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt26706.kt")
|
||||
public void testKt26706() throws Exception {
|
||||
runTest("js/js.translator/testData/box/number/kt26706.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("longArray.kt")
|
||||
public void testLongArray() throws Exception {
|
||||
runTest("js/js.translator/testData/box/number/longArray.kt");
|
||||
|
||||
Reference in New Issue
Block a user