// SIBLING: fun foo() { val a: Int = i() println(a) } private fun i(): Int { val a: Int a = 10 return a }