fun test1(): Int { return i() } private fun i(): Int { val foo = 1 fun bar() = 2 return 3 }