Generic#name
does not support generic_args
named argument
#15311
Labels
good first issue
This is an issue suited for newcomers to become aquianted with working on the codebase.
kind:bug
A bug in the code. Does not apply to documentation, specs, etc.
topic:lang:macros
Related to #15310, I feel like we should support this named argument on the
Generic
ASTNode type. Currently you can work around it by calling.resolve
on it first, but is there a reason to not just supported it directly as well?The text was updated successfully, but these errors were encountered: