summaryrefslogtreecommitdiff
path: root/test/files/pos/lookupswitch.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix for stability failure.Paul Phillips2012-03-201-0/+37
Pattern matcher! Totally unrelated to irrefutability, the pattern matcher at some point stopped sorting its lookup switch cases, and the butterfly's wings flapped enough to swap two cases. Now they're sorted in ascending order like they're supposed to be.