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
The caller has no way to tell if the if branch was taken without duplicating it outside of the function. Let’s check how this function is actually used and whether it’d be better to have it emit an error.
We should also check if there are other cases of this in the parser.
The text was updated successfully, but these errors were encountered:
As found during #828. Current implementation:
The caller has no way to tell if the
if
branch was taken without duplicating it outside of the function. Let’s check how this function is actually used and whether it’d be better to have it emit an error.We should also check if there are other cases of this in the parser.
The text was updated successfully, but these errors were encountered: