support qualified this

This commit is contained in:
Dmitry Jemerov
2011-05-30 21:41:15 +04:00
parent 664eeb6d54
commit 0a1161f5c1
3 changed files with 37 additions and 8 deletions
@@ -91,4 +91,8 @@ public class ClassGenTest extends CodegenTestCase {
public void testPropertyInInitializer() throws Exception {
blackBoxFile("classes/propertyInInitializer.jet");
}
public void testOuterThis() throws Exception {
blackBoxFile("classes/outerThis.jet");
}
}