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

5 lines
114 B
Plaintext
Vendored

public abstract interface SingleAbstractMethod : R|kotlin/Any| {
public abstract fun foo(): R|kotlin/Unit|
}