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 there is a single entity to represent all type parameters, including wildcards: FASTJavaTypeParameterExpression.
However, there are 2 issues with mixing both of them:
wildcards are only applicable on variables (not classes and methods, unlike type parameters)
wildcards have the additional capacity to be bounded by an upper or a lower bound, which is currently not possible to represent
Currently there is a single entity to represent all type parameters, including wildcards:
FASTJavaTypeParameterExpression
.However, there are 2 issues with mixing both of them:
The text was updated successfully, but these errors were encountered: