Iterating over iterator.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user