Files
kotlin-fork/compiler/fir/analysis-tests/testData/loadCompiledKotlin/class/SingleAbstractMethod.txt
T
2020-03-19 09:51:01 +03:00

5 lines
114 B
Plaintext
Vendored

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