class AAA { var x = 42 private set fun setY(x: Int) { this.x = x } }