fun foo(f: () -> Unit) { f() } fun main(args: String) { foo { val p = 1 } }