Int#upto
This commit is contained in:
@@ -25,10 +25,6 @@ public final class ForeachTest extends AbstractExpressionTest {
|
||||
super("for/");
|
||||
}
|
||||
|
||||
public void TODO_testForUpTo() throws Exception {
|
||||
fooBoxIsValue(10);
|
||||
}
|
||||
|
||||
public void testForIteratesOverArray() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
|
||||
@@ -44,4 +44,8 @@ public final class RangeTest extends SingleFileTranslationTest {
|
||||
public void testIteratingOverRanges() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
|
||||
public void testIntUpTo() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user