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
Currently it is modelled by TypeParameterRef, that is highly counter-intuitive and leads to bugs, when somebody overrides Visitor.visitCtTypeParameterReference() and expects to see only type parameter references, not wildcards! (Yes, I actually trapped into this problem and had long debugging)
The text was updated successfully, but these errors were encountered:
Currently it is modelled by TypeParameterRef, that is highly counter-intuitive and leads to bugs, when somebody overrides Visitor.visitCtTypeParameterReference() and expects to see only type parameter references, not wildcards! (Yes, I actually trapped into this problem and had long debugging)
The text was updated successfully, but these errors were encountered: