enclosed super properties

This commit is contained in:
Alex Tkachman
2011-11-06 13:25:55 +01:00
parent e1d94d2d0c
commit f6deed26d0
11 changed files with 277 additions and 45 deletions
@@ -15,4 +15,9 @@ public class SuperGenTest extends CodegenTestCase {
blackBoxFile("/super/basicmethod.jet");
System.out.println(generateToText());
}
public void testEnclosedMethod () {
blackBoxFile("/super/enclosed.jet");
System.out.println(generateToText());
}
}