Optimize recursive string concatenation

This commit is contained in:
Michael Bogdanov
2016-02-15 16:42:18 +03:00
parent 8835b0599a
commit 0283fea835
3 changed files with 22 additions and 2 deletions
@@ -625,6 +625,12 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
doTest(fileName);
}
@TestMetadata("partialString.kt")
public void testPartialString() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/bytecodeText/constants/partialString.kt");
doTest(fileName);
}
@TestMetadata("short.kt")
public void testShort() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/bytecodeText/constants/short.kt");