// JVM_ANNOTATIONS package test import kotlin.annotations.jvm.* public interface LoadIterableWithConflict { @ReadOnly @Mutable public fun getIterable(): MutableIterable? public fun setIterable(@ReadOnly @Mutable p0: MutableIterable?) }