// SUGGESTED_NAMES: i, getY fun foo() { val x = i() val y = i() } private fun i() = 1 + 1