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
When looking up a generic parameter inside a nominal type context,
we would go down the most general substitution-based code path,
usually meant for typealiases, instead of calling the much simpler
resolveGenericTypeParamType(). Amazingly, everything still worked.
0 commit comments