correctly generate Java superclass constructor calls; don't replace owner when Java method is called via a Jet class
This commit is contained in:
@@ -99,4 +99,8 @@ public class ClassGenTest extends CodegenTestCase {
|
||||
public void testSecondaryConstructors() throws Exception {
|
||||
blackBoxFile("classes/secondaryConstructors.jet");
|
||||
}
|
||||
|
||||
public void testExceptionConstructor() throws Exception {
|
||||
blackBoxFile("classes/exceptionConstructor.jet");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user