whalemare
fun passRunnable() { useRunnable { print("runnable block") } } fun useRunnable(body: () -> Unit) { body.invoke() }