fixed bug with compilation of this/outer. no need to check context hierarchy for superclasses except case of super call.

This commit is contained in:
Alex Tkachman
2012-08-31 17:41:28 +03:00
parent c5711cccda
commit a54776196a
5 changed files with 77 additions and 18 deletions
@@ -91,4 +91,8 @@ public class ObjectGenTest extends CodegenTestCase {
public void testThisInConstructor() {
blackBoxFile("objects/thisInConstructor.kt");
}
public void testFlist() {
blackBoxFile("objects/flist.kt");
}
}