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