class AAA { var x = 42 fun foo() { x = x + 1 } fun bar(b: B) { println(b.yy) } }