ebonet
04/26/2018, 1:02 PMdiesieben07
04/26/2018, 1:15 PMval thing = MyThing().apply {
setFoo("foo")
setBar("bar")
}Shawn
04/26/2018, 1:22 PMval thing = MyThing
thing.foo = "foo"
thing.bar = "bar"Shawn
04/26/2018, 1:23 PMthing. over and overdiesieben07
04/26/2018, 1:24 PMreturn.ebonet
04/26/2018, 1:25 PMShawn
04/26/2018, 1:25 PMebonet
04/26/2018, 1:26 PM