KT-2279 Setter generated for abstract var is not abstract

#KT-2279 fixed
This commit is contained in:
Evgeny Gerashchenko
2012-06-20 19:15:41 +04:00
parent ee5aab228b
commit 95249099eb
3 changed files with 6 additions and 5 deletions
@@ -227,9 +227,9 @@ public class PropertyGenTest extends CodegenTestCase {
blackBoxFile("regressions/kt1398.kt");
}
public void testKt1482() throws Exception {
public void testKt1482_2279() throws Exception {
createEnvironmentWithFullJdk();
blackBoxFile("regressions/kt1482.kt");
blackBoxFile("regressions/kt1482_2279.kt");
}
public void testKt1714() throws Exception {