Generate constant "" for effectively empty string

This commit is contained in:
Dmitry Petrov
2017-07-14 18:27:31 +03:00
parent 389c7d03b7
commit 8c7352e668
3 changed files with 28 additions and 10 deletions
@@ -2090,6 +2090,12 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
doTest(fileName);
}
@TestMetadata("kt19037.kt")
public void testKt19037() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/bytecodeText/stringOperations/kt19037.kt");
doTest(fileName);
}
@TestMetadata("nestedConcat.kt")
public void testNestedConcat() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/bytecodeText/stringOperations/nestedConcat.kt");