KT-725 test for obsolete issue

This commit is contained in:
Alex Tkachman
2012-02-17 09:12:48 -05:00
parent 082fdebaae
commit fac424c574
2 changed files with 12 additions and 0 deletions
@@ -289,4 +289,8 @@ public class ClassGenTest extends CodegenTestCase {
public void testKt723() throws Exception {
blackBoxFile("regressions/kt723.kt");
}
public void testKt725() throws Exception {
blackBoxFile("regressions/kt725.kt");
}
}