proposal: x/tools/packages: Use type aliases in packages.Package
's Types
tree.
#64988
Labels
Milestone
packages.Package
's Types
tree.
#64988
Proposal Details
I have a package that contains a type alias and a method, that has a parameter, type of which is the type alias.
When I parse the package using
tools/packages
, the type alias in the parameter is ignored andstring
type is set.This issue proposes to use actual type aliases in
Types
tree of*package.Package
.The text was updated successfully, but these errors were encountered: