blob: cb9fafe1bef125411d62aa0c7d5ff97c794135c2 [file] [log] [blame]
// "Add 'noinline' to parameter 'x'" "true"
// TODO: remove it after coroutines are released
// DISABLE-ERRORS
inline fun foo(noinline x: suspend () -> Unit) {}