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