KT-628 !! support

This commit is contained in:
Alex Tkachman
2012-03-26 11:37:40 +02:00
parent 793e2a9317
commit d0e7248ec1
3 changed files with 69 additions and 1 deletions
@@ -286,4 +286,8 @@ public class ControlStructuresTest extends CodegenTestCase {
public void testKt998() throws Exception {
blackBoxFile("regressions/kt998.kt");
}
public void testKt628() throws Exception {
blackBoxFile("regressions/kt628.kt");
}
}