aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/implicit_tparam.scala
Commit message (Collapse)AuthorAgeFilesLines
* Do not miss implicits in type parameters of parentsGuillaume Martres2016-05-311-0/+12
This did not work before because we incorrectly looked for their value in the prefix of the type instead of the type itself.