3 lines
92 B
Kotlin
Vendored
3 lines
92 B
Kotlin
Vendored
// "Add 'noinline' to parameter 'x'" "true"
|
|
|
|
inline fun foo(<caret>x: suspend () -> Unit) {} |