You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gopls/internal/golang: check for nil ReceiverNamed
This is a defensive check against a nil result from ReceiverNamed;
I'm unable to reproduce the panic though. It would have to be
hovering over a reference to a method whose receiver is
not a named type (or alias or pointer to named), such as
a slice type, an undeclared type, or somesuch.
Updates golang/go#70969
Change-Id: I1cc2bc3d311a88304a2af525d38c1143f4c513a1
Reviewed-on: https://go-review.googlesource.com/c/tools/+/638597
Auto-Submit: Alan Donovan <[email protected]>
Reviewed-by: Robert Findley <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
0 commit comments