about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-52891.fixed
AgeCommit message (Collapse)AuthorLines
2019-01-31Add suggestion for duplicated import.David Wood-0/+37
This commit adds a suggestion when a import is duplicated (ie. the same name is used twice trying to import the same thing) to remove the second import.