// SIBLING: fun main(args: Array) { val a = i() lambda { a } } private fun i(): Int { val a = 1 return a } fun lambda(f: () -> Unit) {}