KT-1018: better handling of property visibility
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user