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
If I have a wildcard T and we see T[] used somewhere, we might resolve T to byte[] for example, and then T[] would effectively be byte[][]. How is it handled?
Check if ArrayTypeProperties need some update
Check if the type variable resolver behaves properly in such cases
The text was updated successfully, but these errors were encountered:
If I have a wildcard
T
and we seeT[]
used somewhere, we might resolveT
tobyte[]
for example, and thenT[]
would effectively bebyte[][]
. How is it handled?The text was updated successfully, but these errors were encountered: