Files
kotlin-fork/idea/testData/highlighter/TopLevelOpenSuspendFun.kt
T
2020-06-09 16:19:56 +03:00

2 lines
220 B
Kotlin
Vendored

// IGNORE_FIR
<error descr="[WRONG_MODIFIER_TARGET] Modifier 'open' is not applicable to 'top level function'"><info descr="null">open</info></error> <info descr="null">suspend</info> fun <info descr="null">f</info>() {}