fun test() { block { n -> n = 1 } } fun block(block: (Int) -> Unit) {}