mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
7 lines
228 B
Plaintext
7 lines
228 B
Plaintext
package test
|
|
|
|
public trait LoadIterableWithConflict</*0*/ T> : java.lang.Object {
|
|
public abstract fun getIterable(): jet.MutableIterable<T>?
|
|
public abstract fun setIterable(/*0*/ p0: jet.MutableIterable<T>?): jet.Unit
|
|
}
|