Commit 118c362
committed
gopls/internal/lsp/source: fix signatureHelp with pointer receivers
I just ran into this today. Alas, it took us too long to fix this.
Fixes golang/go#61189
Change-Id: Iac28a6ba30d099cb2bb6f9d761ee658e190aa07c
Reviewed-on: https://go-review.googlesource.com/c/tools/+/539677
Reviewed-by: Alan Donovan <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>1 parent 4124316 commit 118c362
File tree
2 files changed
+26
-1
lines changed- gopls/internal
- lsp/source
- regtest/marker/testdata/signature
2 files changed
+26
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | | - | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
316 | 320 | | |
317 | 321 | | |
318 | 322 | | |
| |||
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments