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#10082: show friendly error message related to type inference
The type `site` in class `NotAMember` might be an uninitialized type variable,
but is initialized when we display the error message.
It results in confusing error message as in #10082.
We avoid instantiating the type variable when there is a unreported
error in current typerstate.
0 commit comments