38f4a35be2
#KT-52020 Fixed
7 lines
395 B
Plaintext
Vendored
7 lines
395 B
Plaintext
Vendored
public abstract interface LoadIterable<T : R|kotlin/Any!|> : R|kotlin/Any| {
|
|
public abstract fun getIterable(): R|ft<kotlin/collections/MutableIterable<ft<T & Any, T?>>, kotlin/collections/Iterable<ft<T & Any, T?>>?>|
|
|
|
|
public abstract fun setIterable(Iterable: R|ft<kotlin/collections/MutableIterable<ft<T & Any, T?>>, kotlin/collections/Iterable<ft<T & Any, T?>>?>|): R|kotlin/Unit|
|
|
|
|
}
|