summaryrefslogtreecommitdiff
path: root/test/files/neg/warn-unused-imports.scala
Commit message (Collapse)AuthorAgeFilesLines
* Warn about unused imports.Paul Phillips2012-11-071-0/+125
Hidden behind -Xlint as usual. This commit also includes further simplification of the symbol lookup logic which I unearthed on the way to reporting unused imports. Plus unusually comprehensive documentation of same.