Files
kotlin-fork/idea/testData/highlighter/TopLevelOpenSuspendFun.kt
T
2018-01-11 19:33:47 +03:00

1 line
378 B
Kotlin
Vendored

<error descr="[WRONG_MODIFIER_TARGET] Modifier 'open' is not applicable to 'top level function'"><info descr="null">open</info></error> <warning descr="[EXPERIMENTAL_FEATURE_WARNING] The feature \"coroutines\" is experimental (see: https://kotlinlang.org/docs/diagnostics/experimental-coroutines)"><info descr="null">suspend</info></warning> fun <info descr="null">f</info>() {}