test case and fixes for object and classes inner for enum entry

This commit is contained in:
Alex Tkachman
2012-09-12 20:48:12 +03:00
parent 2c17cb7aa7
commit 0a2f808ec0
3 changed files with 40 additions and 21 deletions
@@ -150,6 +150,9 @@ public class EnumGenTest extends CodegenTestCase {
public void testKt2350() {
blackBoxFile("regressions/kt2350.kt");
System.out.println(generateToText());
}
public void testEntryWithInner() {
blackBoxFile("enum/entrywithinner.kt");
}
}