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
This test does not compiler on master when using `case Any =>` instead of `case _ =>` in the Fibonacci match type. The changes made in this PR expose that bug by parsing the latter into the former.
0 commit comments