fun f(t: (v: Int) -> Unit) { 1.run(t) } fun main() { f { i -> } }