Files
kotlin/compiler/testData/codegen/light-analysis/builtinStubMethods/IteratorWithRemove.txt

14 lines
435 B
Plaintext
Vendored

public final class IteratorWithRemoveKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class MyIterator {
private final field v: java.lang.Object
public method <init>(p0: java.lang.Object): void
public final method getV(): java.lang.Object
public method hasNext(): boolean
public method next(): java.lang.Object
public final method remove(): void
}