initial support for secondary constructors; constructor generation refactored a bit

This commit is contained in:
Dmitry Jemerov
2011-06-17 15:38:10 +02:00
parent 54d2f25d75
commit 7b9ea52b7a
5 changed files with 222 additions and 77 deletions
@@ -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");
}
}