summaryrefslogtreecommitdiff
path: root/test/files/pos/t9285.flags
Commit message (Collapse)AuthorAgeFilesLines
* SI-9285 Don't warn about non-sensible equals in synthetic methodsJason Zaugg2015-04-291-0/+1
Notably, in the synthetic equals method of a case class. Otherwise, we get an unsuppressable warning when defining a case class with a `Unit`-typed parameter, which some folks use a placeholder for real type while evolving a design.