class A { val x = i() val y = i() private fun i(): Int { return 1 + 1 } }