mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
7 lines
238 B
Plaintext
7 lines
238 B
Plaintext
namespace test
|
|
|
|
public abstract trait test.LoadIterator</*0*/ T : jet.Any?> : java.lang.Object {
|
|
public abstract fun getIterator(): jet.MutableIterator<T>?
|
|
public abstract fun setIterator(/*0*/ p0: jet.Iterator<T>?): jet.Tuple0
|
|
}
|