Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gopls/internal/golang: support parameter movement refactorings
Add "move parameter left" and "move parameter right" refactorings, via a more general mechanism for change signature rewrites. As part of this, define a flexible API for change signature, though only parameter permutation is currently supported. For golang/go#38028 Change-Id: I14142d5456904836402d94130f6ee1e32a19066c Reviewed-on: https://go-review.googlesource.com/c/tools/+/581535 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Alan Donovan <adonovan@google.com>
- Loading branch information