package test

public trait LoadIterable</*0*/ T> : java.lang.Object {
    org.jetbrains.annotations.Mutable() public abstract fun getIterable(): jet.MutableIterable<T>?
    org.jetbrains.annotations.ReadOnly() public abstract fun getReadOnlyIterable(): jet.Iterable<T>?
    public abstract fun setIterable(/*0*/ org.jetbrains.annotations.Mutable() p0: jet.MutableIterable<T>?): jet.Unit
    public abstract fun setReadOnlyIterable(/*0*/ org.jetbrains.annotations.ReadOnly() p0: jet.Iterable<T>?): jet.Unit
}
