KT-1759 str.plus(str)

This commit is contained in:
Alex Tkachman
2012-04-28 08:09:02 +03:00
parent ebff94a632
commit 7b7987ba0d
3 changed files with 18 additions and 2 deletions
@@ -310,7 +310,10 @@ public class ClassGenTest extends CodegenTestCase {
public void testKt1538() throws Exception {
blackBoxFile("regressions/kt1538.kt");
System.out.println(generateToText());
}
public void testKt1759() throws Exception {
blackBoxFile("regressions/kt1759.kt");
}
public void testResolveOrder() throws Exception {