Skip to content

Go: fix missing qualified names for some promoted methods - #17941

Merged
owen-mc merged 5 commits into
github:mainfrom
owen-mc:go/fix/missing-method-qualified-names
Nov 11, 2024
Merged

Go: fix missing qualified names for some promoted methods#17941
owen-mc merged 5 commits into
github:mainfrom
owen-mc:go/fix/missing-method-qualified-names

Conversation

@owen-mc

Copy link
Copy Markdown
Contributor

The fix is to always extract *t when we are extracting a named type t which can have methods defined on it (i.e. its underlying type is not a pointer or an interface).

@owen-mc

Copy link
Copy Markdown
ContributorAuthor

DCA shows nothing.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@owen-mc@smowton