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

6 lines
115 B
Plaintext
Vendored

package test
public fun interface F {
public abstract fun kotlin.String.f(/*0*/ x: kotlin.Int): kotlin.Unit
}