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
Repro bug in gopls/VSCode, https://github.com/golang/go/issues/75096
2
2
3
3
Navigate to `pkg2/bar.go` and right click `BarFunc` and select `Find All References`. It only find itself, not the usage in `pkg1`. If you make the `BarFunc` non-generic, e.g. `BarFunc func() string`, it works fine.
0 commit comments