initial support for secondary constructors; constructor generation refactored a bit
This commit is contained in:
@@ -95,4 +95,8 @@ public class ClassGenTest extends CodegenTestCase {
|
||||
public void testOuterThis() throws Exception {
|
||||
blackBoxFile("classes/outerThis.jet");
|
||||
}
|
||||
|
||||
public void testSecondaryConstructors() throws Exception {
|
||||
blackBoxFile("classes/secondaryConstructors.jet");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user