Files
kotlin-fork/compiler/fir/analysis-tests/testData/loadCompiledKotlin/class/FunInterface.txt
T
Alexander Udalov 4520e02bae Support fun interfaces in kotlinx-metadata
#KT-37421 Fixed
2020-05-27 23:29:12 +02:00

5 lines
126 B
Plaintext
Vendored

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