// SIBLING: fun main(args: Array) { val a = i() fun foo() = a } private fun i(): Int { val a = 1 return a }