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 position of desugared tree wrapped in parentheses
Before this commit, the added testcase produced the following result:
scala> while ((( foo ))) {}
1 |while ((( foo ))) {}
| ^^^^^^^^^^^
| not found: foo
0 commit comments