Files
kotlin-fork/compiler/fir/resolve/testData/loadCompiledKotlin/fromLoadJava/library/LoadIterable.txt
T
2019-08-22 10:55:07 +03:00

7 lines
237 B
Plaintext
Vendored

public abstract interface LoadIterable<T> : R|kotlin/Any| {
public abstract fun getIterable(): R|kotlin/collections/MutableIterable<T>?|
public abstract fun setIterable(p0: R|kotlin/collections/Iterable<T>?|): R|kotlin/Unit|
}