added test case for KT-2374
This commit is contained in:
@@ -25,6 +25,10 @@ public final class ForeachTest extends AbstractExpressionTest {
|
||||
super("for/");
|
||||
}
|
||||
|
||||
public void TODO_testForUpTo() throws Exception {
|
||||
fooBoxIsValue(10);
|
||||
}
|
||||
|
||||
public void testForIteratesOverArray() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user