Iterating over iterator.

This commit is contained in:
Pavel V. Talanov
2012-08-16 20:24:57 +04:00
parent e184bf7a8f
commit 52a933e179
4 changed files with 68 additions and 0 deletions
@@ -187,4 +187,12 @@ public final class MiscTest extends AbstractExpressionTest {
public void testInheritFromJetIterator() throws Exception {
fooBoxTest();
}
public void testIterableExtension() throws Exception {
fooBoxTest();
}
public void testIterationOverIterator() throws Exception {
fooBoxTest();
}
}