summaryrefslogtreecommitdiff
path: root/test/files/neg/warn-unused-imports
Commit message (Collapse)AuthorAgeFilesLines
* SI-9383 Improved unused import warningSom Snytt2015-07-082-0/+172
Previously, implicit search would mark every import it touched as a lookup. Instead, let subsequent type check perform the lookup.