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
[Type checker] Use typeCheckCondition() rather than fake it.
Type checking an expression pattern had a hack to work around some diagnostics
issues with conditions. These issues have been addressed by the new
diagnostic infrastructure, so remove this unnecessary use of
ExprTypeCheckListener and check the expression pattern condition using…
typeCheckCondition().
0 commit comments