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
s/normaliz/simplifi/ in tryCompiletimeConstantFold
This change fixes an issue with tests/pos/i8449.scala. That 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