correct generation of 'this' in DImpl classes

This commit is contained in:
Dmitry Jemerov
2011-05-30 18:14:57 +04:00
parent 02565f669c
commit 8adaf297ef
6 changed files with 62 additions and 29 deletions
@@ -79,4 +79,8 @@ public class ClassGenTest extends CodegenTestCase {
public void testInheritedMethod() throws Exception {
blackBoxFile("classes/inheritedMethod.jet");
}
public void testInitializerBlockDImpl() throws Exception {
blackBoxFile("classes/initializerBlockDImpl.jet");
}
}