Add test for for kt42457 wrong behaviour. Align runtime concatenation with it
#KT-42457
This commit is contained in:
@@ -4583,6 +4583,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
runTest("compiler/testData/codegen/bytecodeText/stringOperations/kt19037.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt42457_old.kt")
|
||||
public void testKt42457_old() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/stringOperations/kt42457_old.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("multipleNestedConcat.kt")
|
||||
public void testMultipleNestedConcat() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/stringOperations/multipleNestedConcat.kt");
|
||||
|
||||
Reference in New Issue
Block a user