simple case (no closures) of class level objects #KT-2398 fixed

This commit is contained in:
Alex Tkachman
2012-09-12 17:35:51 +03:00
parent 3e6c0c0f4e
commit 6c4102bf23
7 changed files with 82 additions and 18 deletions
@@ -99,4 +99,9 @@ public class ObjectGenTest extends CodegenTestCase {
public void testFlist() {
blackBoxFile("objects/flist.kt");
}
public void testKt2398() {
blackBoxFile("regressions/kt2398.kt", "OKKO");
System.out.println(generateToText());
}
}