x/tools/gopls: fillreturns modifies existing returns #38707
Closed
Milestone
Comments
Change https://golang.org/cl/233527 mentions this issue: |
gopherbot
pushed a commit
to golang/tools
that referenced
this issue
May 13, 2020
It's not ready for the release yet (see golang/go#38707). Change-Id: I04c1d8ec4ed815efb3e4c2d3c88cba3ec164755e Reviewed-on: https://go-review.googlesource.com/c/tools/+/233527 Run-TryBot: Rebecca Stambler <rstambler@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com>
Change https://golang.org/cl/236617 mentions this issue: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I added a return value to a function, and observed that hitting save overrode the existing values with nils. (Repro in the file golang.org/x/tools/internal/lsp/source/types_format.go`.)
The text was updated successfully, but these errors were encountered: