summaryrefslogtreecommitdiff
path: root/test/files/pos/t6335.scala
Commit message (Collapse)AuthorAgeFilesLines
* More tests for SI-6335.Jason Zaugg2012-09-091-1/+15
|
* SI-6335 More precise location of the implicit class synthetic method.Jason Zaugg2012-09-091-0/+11
One approach would be to disallow an implicit class in a template that already has a member with the same name. But this commit doesn't do this; instead it uses `isSynthetic` to find the synthesized implicit conversion method from the potentially overloaded alternatives.