package inline inline suspend fun f(body: () -> Unit) { body() println("i'm inline suspend function") }