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