summaryrefslogtreecommitdiff
path: root/test/files/pos/bug2187-2.scala
Commit message (Collapse)AuthorAgeFilesLines
* Renamed tests named bugXXX to tXXX, no review.Paul Phillips2011-08-241-7/+0
|
* Overhauled sequence length logic in the pattern...Paul Phillips2010-05-121-0/+7
Overhauled sequence length logic in the pattern matcher. Removes unnecessary boxing and a few varieties of wrongness. Closes #3395, #3150, #2958, #2945, #2187. No review.