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

5 lines
181 B
Plaintext
Vendored

compiler/testData/cli/jvm/suspendInFunInterfaceIrDisabled.kt:2:5: error: 'suspend' modifier is not allowed on a single abstract member
suspend fun foo()
^
COMPILATION_ERROR