96d99d19f3
throwing exception in Kotlin class extending Iterator
5 lines
121 B
Java
5 lines
121 B
Java
public class removeInIterator {
|
|
public static void bar(java.util.Iterator<Integer> it) {
|
|
it.remove();
|
|
}
|
|
} |