class B { fun foo(a: AAA) { a.x = a.x + 1 YY += "a" } public var YY: String = "" private set }