blob: 1f00fbb174282618f407f51e7fc729830cb94094 [file]
public abstract interface LoadIterableWithConflict<T> : R|kotlin/Any| {
public abstract fun getIterable(): R|kotlin/collections/MutableIterable<T>?|
public abstract fun setIterable(p0: R|kotlin/collections/MutableIterable<T>?|): R|kotlin/Unit|
}