5 lines
159 B
Kotlin
Vendored
5 lines
159 B
Kotlin
Vendored
// "Add 'noinline' to parameter 'x'" "true"
|
|
// TODO: remove it after coroutines are released
|
|
// DISABLE-ERRORS
|
|
|
|
inline fun foo(<caret>x: suspend () -> Unit) {} |