Files
kotlin-fork/compiler/fir/analysis-tests/testData/loadCompiledKotlin/fromLoadJava/library/LoadIterable.txt
T
2020-03-19 09:51:01 +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|
}