fun foo() { val a: (Int) -> Unit = { bar(it) } } fun bar(i: Int) {}