first step of refactoring code to generate 'this' expressions and receivers in ExpressionCodegen; correctly generate references to outer class properties in inner superclass constructor call

This commit is contained in:
Dmitry Jemerov
2011-05-30 20:35:58 +04:00
parent e616c38a9f
commit 15f55d852d
6 changed files with 57 additions and 29 deletions
@@ -87,4 +87,8 @@ public class ClassGenTest extends CodegenTestCase {
public void testInitializerBlockDImpl() throws Exception {
blackBoxFile("classes/initializerBlockDImpl.jet");
}
public void testPropertyInInitializer() throws Exception {
blackBoxFile("classes/propertyInInitializer.jet");
}
}