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: fix bug browsing assembly for (T).f methods
This change fixes a bug in the logic to construct symbol names that match those produced by the compiler: nonpointer methods should be "T.f" not "(T).f". Tested interactively. Fixes golang/go#70888 Change-Id: I2a9d68fffbc75cb9f3719b58968ca1297bcbd3cf Reviewed-on: https://go-review.googlesource.com/c/tools/+/637255 Reviewed-by: Robert Findley <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Alan Donovan <[email protected]>
- Loading branch information