You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: