fun foo(i: Int) { } fun test() { foo(i()) } private fun i() = (1 + 2 - 3)