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
**Problem**
350 introduced a dynamic precedence to resolve
the conflict of Scala 2 and Scala 3 grammar for if-then.
**Solution**
This removes the dynamic precedence and replaces it
with prec.right around `then` side.
**Note**
There's a report of parser getting stuck #392 and and
I was hoping that removing dynamic precedence would
fix that, but it didn't seem to.
0 commit comments