mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 08:31:38 +00:00
18 lines
569 B
Plaintext
Vendored
18 lines
569 B
Plaintext
Vendored
@kotlin.Metadata
|
|
public final class MyIterable$MyIterator {
|
|
// source: 'noStubsInMutableIterable.kt'
|
|
public method <init>(): void
|
|
public method hasNext(): boolean
|
|
public method next(): java.lang.Object
|
|
public method remove(): void
|
|
public final inner class MyIterable$MyIterator
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class MyIterable {
|
|
// source: 'noStubsInMutableIterable.kt'
|
|
public method <init>(): void
|
|
public @org.jetbrains.annotations.NotNull method iterator(): java.util.Iterator
|
|
public final inner class MyIterable$MyIterator
|
|
}
|