Files
kotlin-fork/compiler/testData/cli/jvm/suspendInFunInterfaceIrDisabled.kt
T

4 lines
44 B
Kotlin
Vendored

fun interface FIC {
suspend fun foo()
}