Files
kotlin-fork/idea/testData/quickfix/addNoinline/suspend.kt
T

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) {}