fix for KT-241
This commit is contained in:
@@ -140,4 +140,8 @@ public class ControlStructuresTest extends CodegenTestCase {
|
||||
assertTrue(caught);
|
||||
assertEquals("foobar", sb.toString());
|
||||
}
|
||||
|
||||
public void testForUserType() throws Exception {
|
||||
blackBoxFile("controlStructures/forUserType.jet");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user