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
Fix#4774: Skip TypeVars and skip if level is equal
If we have ~t for `t: Type[T]` used at the same level it is an alias for T.
We disallow it if it is explicit because of PCP but if it is infered it is fine.
0 commit comments