blob: 0554977bbbb9f2c91eec797fe36b3411c0c086f2 [file] [log] [blame]
import java.util.*;
class XX {
public void g(List l, Iterator it) {
for(; it.hasNext();) {
Object o = it.next():
}
}
}