is there a short-hand for ``` val foo = myObject.f...
# getting-started
m
is there a short-hand for
Copy code
val foo = myObject.field
foo.bar1 = 35
foo.bar2 = 42
myObject.field = foo