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

4 lines
45 B
Kotlin
Vendored

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