Extracted complex string concatenation bytecode test case into separate test data file.
This commit is contained in:
committed by
max-kammerer
parent
d4d5a6011c
commit
fc5eac26cd
@@ -3214,6 +3214,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
runTest("compiler/testData/codegen/bytecodeText/stringOperations/kt19037.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("multipleNestedConcat.kt")
|
||||
public void testMultipleNestedConcat() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/stringOperations/multipleNestedConcat.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedConcat.kt")
|
||||
public void testNestedConcat() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/stringOperations/nestedConcat.kt");
|
||||
|
||||
Reference in New Issue
Block a user