JVM_IR KT-13213 split string constants into parts of acceptable length
This commit is contained in:
committed by
TeamCityServer
parent
3f287d344e
commit
5d4b0b19d4
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+10
@@ -25104,6 +25104,16 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/strings/interpolation.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt13213.kt")
|
||||
public void testKt13213() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/kt13213.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt13213a.kt")
|
||||
public void testKt13213a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/kt13213a.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt2592.kt")
|
||||
public void testKt2592() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/kt2592.kt");
|
||||
|
||||
Generated
+10
@@ -25104,6 +25104,16 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/strings/interpolation.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt13213.kt")
|
||||
public void testKt13213() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/kt13213.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt13213a.kt")
|
||||
public void testKt13213a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/kt13213a.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt2592.kt")
|
||||
public void testKt2592() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/kt2592.kt");
|
||||
|
||||
Generated
+10
@@ -25104,6 +25104,16 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/strings/interpolation.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt13213.kt")
|
||||
public void testKt13213() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/kt13213.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt13213a.kt")
|
||||
public void testKt13213a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/kt13213a.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt2592.kt")
|
||||
public void testKt2592() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/kt2592.kt");
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+10
@@ -13530,6 +13530,16 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/strings/interpolation.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt13213.kt")
|
||||
public void testKt13213() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/kt13213.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt13213a.kt")
|
||||
public void testKt13213a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/kt13213a.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt3571.kt")
|
||||
public void testKt3571() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/kt3571.kt");
|
||||
|
||||
Reference in New Issue
Block a user