var x: Int = 0 get() = field + 1 set(value) { field = value - 1 }