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
syn: const _ : _ = | | { a ; } .. b .. c ;prettyplease: const _: _ = || ( { a; }..b)..c;
Due to ridiculous bailout rules, the ..c in the input is outside the closure body. In the output printed by prettyplease, the ..c winds up inside the closure body.
The text was updated successfully, but these errors were encountered:
Due to ridiculous bailout rules, the
..c
in the input is outside the closure body. In the output printed by prettyplease, the..c
winds up inside the closure body.The text was updated successfully, but these errors were encountered: