summaryrefslogtreecommitdiff
path: root/test/files/neg/t5318.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-5318 Make implicit divergence checking PolyType aware.Jason Zaugg2012-05-251-0/+8
Replaces the two active subclasses of `SymCollector` with direct use of traversal methods of `Type`. Wildcard free class type parameters, not just method type parameters, when stripping the core type of candidate implicits. The spec doesn't make any such distinction, and the enclosed test, t5318c, crashes without this change.