JVM_IR KT-13213 split string constants into parts of acceptable length
This commit is contained in:
committed by
TeamCityServer
parent
3f287d344e
commit
5d4b0b19d4
Generated
+10
@@ -31083,6 +31083,16 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/strings/javaToStringNPE.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");
|
||||
|
||||
Reference in New Issue
Block a user