-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(go_indexer): always emit anchor for anon value types (#3605)
Do not miss emitting definitions for anonymous value types when a variable declaration duplicates the anonymous type. Whether to join the duplicate types is left to a later decision. This change ensures that the reference to Y2 at least has *a* definition location.
- Loading branch information
1 parent
f36ecef
commit d97ca44
Showing
2 changed files
with
23 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters