test for obsolete KT-1119 & proper final flag for enum class with entries overriding methods/properties

This commit is contained in:
Alex Tkachman
2012-08-15 16:06:06 +03:00
parent 31db3456ca
commit 813c7d0871
3 changed files with 22 additions and 0 deletions
@@ -131,4 +131,8 @@ public class EnumGenTest extends CodegenTestCase {
catch (ClassNotFoundException e) {
}
}
public void testKt1119() {
blackBoxFile("regressions/kt1119.kt");
}
}