KT-707 default params for constructors

This commit is contained in:
Alex Tkachman
2011-12-08 19:22:09 +02:00
parent c80e42eff3
commit 602aea0467
3 changed files with 19 additions and 2 deletions
@@ -225,4 +225,8 @@ public class ClassGenTest extends CodegenTestCase {
public void testKt285 () throws Exception {
// blackBoxFile("regressions/kt285.jet");
}
public void testKt707 () throws Exception {
blackBoxFile("regressions/kt707.jet");
}
}