KT-2350 fix: enums with overrides and constructor parameters

This commit is contained in:
Alex Tkachman
2012-08-15 20:25:35 +03:00
parent 1fe28802aa
commit ca615aac3d
3 changed files with 13 additions and 2 deletions
@@ -135,4 +135,9 @@ public class EnumGenTest extends CodegenTestCase {
public void testKt1119() {
blackBoxFile("regressions/kt1119.kt");
}
public void testKt2350() {
blackBoxFile("regressions/kt2350.kt");
System.out.println(generateToText());
}
}