Commit 12a5437
committed
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.1 parent d2590f9 commit 12a5437
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4094 | 4094 | | |
4095 | 4095 | | |
4096 | 4096 | | |
4097 | | - | |
| 4097 | + | |
4098 | 4098 | | |
4099 | 4099 | | |
4100 | 4100 | | |
4101 | | - | |
4102 | | - | |
| 4101 | + | |
| 4102 | + | |
4103 | 4103 | | |
4104 | 4104 | | |
4105 | 4105 | | |
| |||
0 commit comments