public abstract interface LoadIterableWithPropagation : R|kotlin/Any| { public abstract interface LoadIterable : R|kotlin/Any| { public abstract fun getIterable(): R|kotlin/collections/MutableIterable?| public abstract fun setIterable(p0: R|kotlin/collections/MutableIterable?|): R|kotlin/Unit| public abstract fun getReadOnlyIterable(): R|kotlin/collections/Iterable?| public abstract fun setReadOnlyIterable(p0: R|kotlin/collections/Iterable?|): R|kotlin/Unit| } public open class LoadIterableImpl : R|test/LoadIterableWithPropagation.LoadIterable| { public open fun getIterable(): R|kotlin/collections/MutableIterable?| public open fun setIterable(p0: R|kotlin/collections/MutableIterable?|): R|kotlin/Unit| public open fun getReadOnlyIterable(): R|kotlin/collections/Iterable?| public open fun setReadOnlyIterable(p0: R|kotlin/collections/Iterable?|): R|kotlin/Unit| public constructor(): R|test/LoadIterableWithPropagation.LoadIterableImpl| } }