Primary constructor parameters supproted properly

This commit is contained in:
Andrey Breslav
2011-03-24 19:50:44 +03:00
parent 120a03ccdc
commit b51653fe74
37 changed files with 272 additions and 219 deletions
@@ -146,4 +146,8 @@ public class JetResolveTest extends ExtensibleResolveTestCase {
doTest("/resolve/Projections.jet", true, true);
}
public void testPrimaryConstructors() throws Exception {
doTest("/resolve/PrimaryConstructors.jet", true, true);
}
}