fun foo() { class A { var a : Int get() { return field } set(v: Int) { field = v } } }