dstarcev
val foo = “something here” val fooObject = object { foo }
val foo = “something here” val fooObject = object { val foo = foo }