6c79b184c0
Related to KT-29937
7 lines
387 B
Plaintext
Vendored
7 lines
387 B
Plaintext
Vendored
<T> public abstract interface LoadIterable : R|java/lang/Object| {
|
|
public abstract operator function getIterable(): R|ft<kotlin/collections/MutableIterable<ft<T, T?>>, kotlin/collections/Iterable<ft<T, T?>>>|
|
|
|
|
public abstract operator function setIterable(Iterable: R|ft<kotlin/collections/MutableIterable<ft<T, T?>>, kotlin/collections/Iterable<ft<T, T?>>>|): R|kotlin/Unit|
|
|
|
|
}
|