{ test = 123; test.field = 456; # This should be invalid. `test` is an int, not an object. }