Add test for for kt42457 wrong behaviour. Align runtime concatenation with it

#KT-42457
This commit is contained in:
Mikhael Bogdanov
2020-10-06 08:33:03 +02:00
parent 64fb114c30
commit eb32a6ddbd
10 changed files with 75 additions and 0 deletions
@@ -31974,6 +31974,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/strings/kt3652.kt");
}
@TestMetadata("kt42457_old.kt")
public void testKt42457_old() throws Exception {
runTest("compiler/testData/codegen/box/strings/kt42457_old.kt");
}
@TestMetadata("kt5389_stringBuilderGet.kt")
public void testKt5389_stringBuilderGet() throws Exception {
runTest("compiler/testData/codegen/box/strings/kt5389_stringBuilderGet.kt");