summaryrefslogtreecommitdiff
path: root/test/files/run/t5488.check
Commit message (Collapse)AuthorAgeFilesLines
* Fixed AnyRef specialization.Paul Phillips2012-02-171-0/+14
At least for the value of fix which means "better than it was in 2.9." I accidentally spent a long while trying to fix something I didn't realize I hadn't broken. But then I lucked into partially fixing it, so that's good news. See run/t5488-fn.scala if you want to see what still doesn't work. (It's covered at SI-4770, which is now reopened.) Closes SI-5488.