It should rewrite both: ``` foo |> bar foo |> bar.baz ``` to: ``` foo |> bar() foo |> bar.baz() ``` Then we can deprecate piping into a variable.