KT-694 - support for simple enums

This commit is contained in:
Alex Tkachman
2012-02-11 13:00:28 +02:00
parent d81ca43b6e
commit a2b602a440
4 changed files with 103 additions and 77 deletions
@@ -38,4 +38,8 @@ public class ObjectGenTest extends CodegenTestCase {
public void testKt1047() throws Exception {
blackBoxFile("regressions/kt1047.kt");
}
public void testKt694() throws Exception {
blackBoxFile("regressions/kt694.kt");
}
}