// SUGGESTED_NAMES: i, getY // SIBLING: fun main(args: Array) { val x = i() val y = i() } private fun i() = 1 + 1