Describe the solution you'd like
I think when I get the FQN for a TypeReferenceModel, I don't handle the aliases right if the type is generic. Right now I'm getting away with it, but I think I may have to do something recursive and do FQNs for each type argument.
Describe the solution you'd like I think when I get the FQN for a
TypeReferenceModel
, I don't handle the aliases right if the type is generic. Right now I'm getting away with it, but I think I may have to do something recursive and do FQNs for each type argument.