Files
kotlin-fork/compiler/fir/analysis-tests/testData/loadCompiledKotlin/class/FunInterface.txt
T
2021-06-21 18:45:38 +03:00

5 lines
130 B
Plaintext
Vendored

public abstract fun interface F : R|kotlin/Any| {
public abstract fun R|kotlin/String|.f(x: R|kotlin/Int|): R|kotlin/Unit|
}