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