KT-508 accessors for enclosed private fields

This commit is contained in:
Alex Tkachman
2011-11-14 19:34:00 +02:00
parent cf3217cdc1
commit 3b2fb0da8f
6 changed files with 59 additions and 8 deletions
@@ -196,4 +196,10 @@ public class ClassGenTest extends CodegenTestCase {
System.out.println(generateToText());
blackBox();
}
public void testKt508 () throws Exception {
loadFile("regressions/kt508.jet");
System.out.println(generateToText());
blackBox();
}
}