KT-1417 & KT-1398 proper access flags for backing fields

This commit is contained in:
Alex Tkachman
2012-02-24 09:57:30 +02:00
parent de3d5edb2a
commit 7f2a8100c4
4 changed files with 32 additions and 1 deletions
@@ -205,4 +205,12 @@ public class PropertyGenTest extends CodegenTestCase {
public void testKt1159() throws Exception {
blackBoxFile("regressions/kt1159.kt");
}
public void testKt1417() throws Exception {
blackBoxFile("regressions/kt1417.kt");
}
public void testKt1398() throws Exception {
blackBoxFile("regressions/kt1398.kt");
}
}