mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-14 08:31:35 +00:00
generates remove method
throwing exception in Kotlin class extending Iterator
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
public class removeInIterator {
|
||||
public static void bar(java.util.Iterator<Integer> it) {
|
||||
it.remove();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user