summaryrefslogtreecommitdiff
path: root/test/files/neg/t6534.check
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate a pile of -Xlint warnings.Paul Phillips2013-04-231-7/+0
| | | | | | Some unused private code, unused imports, and points where an extra pair of parentheses is necessary for scalac to have confidence in our intentions.
* Modification to SI-6534 patch.Paul Phillips2012-10-301-1/+4
| | | | | | Only exclude hashCode and equals from being overridden in value classes, not other synthetics which may turn up such as case class methods.
* New take on SI-6534, value classes.Paul Phillips2012-10-241-0/+14
Don't prohibit equals and hashCode in universal traits; instead, always override them in value classes.