summaryrefslogtreecommitdiff
path: root/test/files/neg/unit2anyref.check
Commit message (Collapse)AuthorAgeFilesLines
* Special cased an error message for the common s...Paul Phillips2010-02-271-4/+2
| | | | | | Special cased an error message for the common situation of calling AnyRef methods on Any or AnyVal. Review by odersky.
* Fixes for 66.67% of the tests failing from the ...Paul Phillips2009-10-201-2/+2
| | | | | | Fixes for 66.67% of the tests failing from the Ordering commit. Other third is going to take a closer look.
* Attempted to resolve the improbable mess surrou...Paul Phillips2009-06-221-0/+10
Attempted to resolve the improbable mess surrounding implicit conversions from Unit. Modified test case which relied on the supposedly verboten behavior; verbotenized () => AnyRef; added new test case which fails if verboten behavior should ever return.