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