Files
kotlin-fork/compiler/testData/loadJava/compiledKotlin/class/FunInterface.fir.txt
T

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|
}