summaryrefslogtreecommitdiff
path: root/test/files/neg/t7860.flags
Commit message (Collapse)AuthorAgeFilesLines
* SI-7860 No warn private implicit value classSom Snytt2017-03-111-0/+1
Previously, warned on unused synthetic companion. Also avoid false negative via hashcode reference to the underlying value. Avoid the synthetic conversion method for the implicit class (whose RHS always uses the class); the def itself is synthetic so is normally not warned.