Support large strings in indy-with-constants concatenation
#KT-47917 Fixed
This commit is contained in:
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+10
@@ -27513,6 +27513,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/strings/kt3652.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt47917.kt")
|
||||
public void testKt47917() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/kt47917.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt5389_stringBuilderGet.kt")
|
||||
public void testKt5389_stringBuilderGet() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/kt5389_stringBuilderGet.kt");
|
||||
@@ -27582,6 +27587,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
public void testStringPlusOverride() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/stringPlusOverride.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("surrogatePair.kt")
|
||||
public void testSurrogatePair() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/surrogatePair.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/super")
|
||||
|
||||
Generated
+10
@@ -26919,6 +26919,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/strings/kt3652.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt47917.kt")
|
||||
public void testKt47917() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/kt47917.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt5389_stringBuilderGet.kt")
|
||||
public void testKt5389_stringBuilderGet() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/kt5389_stringBuilderGet.kt");
|
||||
@@ -26988,6 +26993,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
public void testStringPlusOverride() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/stringPlusOverride.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("surrogatePair.kt")
|
||||
public void testSurrogatePair() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/surrogatePair.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/super")
|
||||
|
||||
Generated
+10
@@ -26859,6 +26859,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/strings/kt3652.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt47917.kt")
|
||||
public void testKt47917() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/kt47917.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt5389_stringBuilderGet.kt")
|
||||
public void testKt5389_stringBuilderGet() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/kt5389_stringBuilderGet.kt");
|
||||
@@ -26928,6 +26933,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
public void testStringPlusOverride() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/stringPlusOverride.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("surrogatePair.kt")
|
||||
public void testSurrogatePair() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/surrogatePair.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/super")
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+10
@@ -14949,6 +14949,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/strings/kt3652.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt47917.kt")
|
||||
public void testKt47917() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/kt47917.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt5956.kt")
|
||||
public void testKt5956() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/kt5956.kt");
|
||||
@@ -14998,6 +15003,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
public void testStringPlusOverride() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/stringPlusOverride.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("surrogatePair.kt")
|
||||
public void testSurrogatePair() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/surrogatePair.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/super")
|
||||
|
||||
Reference in New Issue
Block a user