7563a98999
Related to KT-29937
7 lines
391 B
Plaintext
Vendored
7 lines
391 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|
|
|
|
|
}
|