x/tools/gopls: strange results for references to unified.String #59805
Labels
FrozenDueToAge
gopls/incremental
gopls
Issues related to the Go language server, gopls.
okay-after-beta1
Used by release team to mark a release-blocker issue as okay to resolve either before or after beta1
release-blocker
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
Reported by @pjweinb in chat: finding references to
x/tools/internal/diff.unified.String
returns several results that don't quite make sense. I would expect these to include references to(unified).String
as well as any references to the interface methodfmt.Stringer.String
, but I would not expect any references to theString
method of other concrete types.Since we haven't yet filtered to workspace packages (#59674), I see some strange results in std. For example, I see a reference to
(strings.Builder).String
inside the(*expvar.Map).String)
method. But surprisingly, I don't see a reference to the(*expvar.Map).String)
method itself!Something is amiss.
The text was updated successfully, but these errors were encountered: