// WITH_REFLECT import kotlin.reflect.KSuspendFunction0 fun foo(pause : suspend () -> Unit) { pause() } fun bar() { foo(xy as KSuspendFunction0) }