Like `foo.bar { ... }.baz` or `foo { ... }.baz`. Can be automatically refactored using parentheses, e.g. `foo.bar({ ... }).baz`.
Like
foo.bar { ... }.bazorfoo { ... }.baz. Can be automatically refactored using parentheses, e.g.foo.bar({ ... }).baz.