public abstract interface LoadIterableWithConflict : R|kotlin/Any| { public abstract fun getIterable(): R|kotlin/collections/MutableIterable?| public abstract fun setIterable(p0: R|kotlin/collections/MutableIterable?|): R|kotlin/Unit| }