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