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

6 lines
59 B
Kotlin
Vendored

package test
fun interface F {
fun String.f(x: Int)
}