fun test() { val a = object { val bar = 1 } a.bar }