KT-1018: better handling of property visibility

This commit is contained in:
Alex Tkachman
2012-01-20 14:21:38 +01:00
parent b4b1ec1bb5
commit 35a1240dc7
7 changed files with 84 additions and 44 deletions
@@ -199,7 +199,7 @@ public class ClassGenTest extends CodegenTestCase {
public void testKt508 () throws Exception {
loadFile("regressions/kt508.jet");
// System.out.println(generateToText());
System.out.println(generateToText());
blackBox();
}
@@ -245,4 +245,8 @@ public class ClassGenTest extends CodegenTestCase {
public void testKt940 () throws Exception {
blackBoxFile("regressions/kt940.kt");
}
public void testKt1018 () throws Exception {
blackBoxFile("regressions/kt1018.kt");
}
}