KT-1186 test added

This commit is contained in:
Alex Tkachman
2012-02-11 13:04:26 +02:00
parent a2b602a440
commit 9f4ef7fb6a
2 changed files with 32 additions and 0 deletions
@@ -42,4 +42,8 @@ public class ObjectGenTest extends CodegenTestCase {
public void testKt694() throws Exception {
blackBoxFile("regressions/kt694.kt");
}
public void testKt1186() throws Exception {
blackBoxFile("regressions/kt1186.kt");
}
}