JVM_IR fix string concatenation performance issues
KT-50080 KT-50084 KT-50140
This commit is contained in:
committed by
TeamCityServer
parent
fa41e0f5a9
commit
3017397960
+30
@@ -42664,6 +42664,30 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/strings/concatDynamicWithSpecialSymbols.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("concatGenericWithNullablePrimitiveUpperBound.kt")
|
||||
public void testConcatGenericWithNullablePrimitiveUpperBound() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/concatGenericWithNullablePrimitiveUpperBound.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("concatGenericWithPrimitiveUpperBound.kt")
|
||||
public void testConcatGenericWithPrimitiveUpperBound() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/concatGenericWithPrimitiveUpperBound.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("concatGenericWithStringUpperBound.kt")
|
||||
public void testConcatGenericWithStringUpperBound() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/concatGenericWithStringUpperBound.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("concatNullableGenericWithPrimitiveUpperBound.kt")
|
||||
public void testConcatNullableGenericWithPrimitiveUpperBound() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/concatNullableGenericWithPrimitiveUpperBound.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("constInStringTemplate.kt")
|
||||
public void testConstInStringTemplate() throws Exception {
|
||||
@@ -42736,6 +42760,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/strings/kt47917.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50140.kt")
|
||||
public void testKt50140() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/kt50140.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt5389_stringBuilderGet.kt")
|
||||
public void testKt5389_stringBuilderGet() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user