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