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