KT-633 test for obsolete issue

This commit is contained in:
Alex Tkachman
2012-02-17 09:35:58 -05:00
parent f8008d85fe
commit 252cd63d1c
2 changed files with 31 additions and 0 deletions
@@ -293,4 +293,9 @@ public class ClassGenTest extends CodegenTestCase {
public void testKt725() throws Exception {
blackBoxFile("regressions/kt725.kt");
}
public void testKt633() throws Exception {
blackBoxFile("regressions/kt633.kt");
}
}