mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
7 lines
199 B
Plaintext
7 lines
199 B
Plaintext
package test
|
|
|
|
public trait LoadIterable</*0*/ T> {
|
|
public abstract fun getIterable(): kotlin.MutableIterable<T>?
|
|
public abstract fun setIterable(/*0*/ p0: kotlin.Iterable<T>?): kotlin.Unit
|
|
}
|