fix for KT-241

This commit is contained in:
Alex Tkachman
2011-09-03 12:02:42 +02:00
parent 555ebebe1b
commit 672756e459
9 changed files with 127 additions and 30 deletions
@@ -140,4 +140,8 @@ public class ControlStructuresTest extends CodegenTestCase {
assertTrue(caught);
assertEquals("foobar", sb.toString());
}
public void testForUserType() throws Exception {
blackBoxFile("controlStructures/forUserType.jet");
}
}