Remove "Iterator.iterator()" intrinsic, add stdlib function

This commit is contained in:
Alexander Udalov
2014-02-21 21:20:35 +04:00
parent 4a5823c5bb
commit 11cc7f46f4
11 changed files with 29 additions and 99 deletions
@@ -186,17 +186,7 @@ public final class MiscTest extends AbstractExpressionTest {
fooBoxTest();
}
public void testIterableExtension() throws Exception {
fooBoxTest();
}
public void testIterationOverIterator() throws Exception {
fooBoxTest();
}
public void testStringInterpolationEvaluationOrder() throws Exception {
fooBoxTest();
}
}