aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/implicits2.scala
Commit message (Collapse)AuthorAgeFilesLines
* Extend implicits testMartin Odersky2015-11-171-0/+6
| | | | ... to show that we support implicit patterns.
* Fixing prefix of implicit membersMartin Odersky2014-04-141-0/+19
Implicit members are TermRefs that should have a prefix corresponding to the object of which they are a member. They used to have the ThisType of their owner before. `implicits2` provides a way to verify that the change works. It would be good to turn this into a more robust test at some point. But it's not high preiority, so I prefer no test to a fragile test.