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