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
Add let-else test case with trailing try operator ?
This was a test case I found when testing `let-else` formatting on
projects out in the wild. It's a case that I hadn't considered before
and thought it was novel enough to add a test case.
I have a feeling some users are going to be unhappy that the `?` forces
the `else block` onto the next line, while the same code without the
trailing `?` does not.
I guess we'll have to wait and see!
0 commit comments