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:
@@ -91,4 +91,8 @@ public class ObjectGenTest extends CodegenTestCase {
|
||||
public void testThisInConstructor() {
|
||||
blackBoxFile("objects/thisInConstructor.kt");
|
||||
}
|
||||
|
||||
public void testFlist() {
|
||||
blackBoxFile("objects/flist.kt");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user