test for KT-1170

This commit is contained in:
Alex Tkachman
2012-01-28 02:53:06 +03:00
parent e7a1b2ea72
commit b3279a6ad5
2 changed files with 20 additions and 0 deletions
@@ -172,4 +172,8 @@ public class PropertyGenTest extends CodegenTestCase {
public void testKt1168() throws Exception {
blackBoxFile("regressions/kt1168.kt");
}
public void testKt1170() throws Exception {
blackBoxFile("regressions/kt1170.kt");
}
}