blob: cbf086d8c0a70f6fd64dcb8398da94630b5e1c99 [file]
public abstract interface LoadIterableWithConflict<T> : R|kotlin/Any| {
@R|kotlin/annotations/jvm/ReadOnly|() @R|kotlin/annotations/jvm/Mutable|() public abstract fun getIterable(): R|kotlin/collections/MutableIterable<T>?|
public abstract fun setIterable(@R|kotlin/annotations/jvm/ReadOnly|() @R|kotlin/annotations/jvm/Mutable|() p0: R|kotlin/collections/MutableIterable<T>?|): R|kotlin/Unit|
}