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

5 lines
91 B
Plaintext
Vendored

public abstract interface A : R|kotlin/Any| {
public open fun f(): R|kotlin/String|
}