correctly generate Java superclass constructor calls; don't replace owner when Java method is called via a Jet class

This commit is contained in:
Dmitry Jemerov
2011-06-17 16:45:45 +02:00
parent 39636950f4
commit 167e5bb400
4 changed files with 29 additions and 2 deletions
@@ -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");
}
}