KT-1157 class object instance access from constructor of class object

This commit is contained in:
Alex Tkachman
2012-01-27 15:40:17 +03:00
parent 13e8995d80
commit 51e4fc986a
7 changed files with 90 additions and 45 deletions
@@ -257,4 +257,8 @@ public class ClassGenTest extends CodegenTestCase {
public void testkt1134() throws Exception {
blackBoxFile("regressions/kt1134.kt");
}
public void testkt1157() throws Exception {
blackBoxFile("regressions/kt1157.kt");
}
}