summaryrefslogtreecommitdiff
path: root/test/files/pos/t3836.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix SI-3836 not-really-ambiguous import detection.Paul Phillips2012-07-051-0/+14
Normalize types before declaring that two imports are ambiguous, because they might be the same thing. Review by @moors.