KT-1482 fix: abstarct properties codegen

This commit is contained in:
Alex Tkachman
2012-03-01 07:24:18 +02:00
parent cac3311f1a
commit 190e539365
4 changed files with 77 additions and 48 deletions
@@ -214,4 +214,9 @@ public class PropertyGenTest extends CodegenTestCase {
public void testKt1398() throws Exception {
blackBoxFile("regressions/kt1398.kt");
}
public void testKt1482() throws Exception {
createEnvironmentWithFullJdk();
blackBoxFile("regressions/kt1482.kt");
}
}