aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/implicit-lower-bound.scala
Commit message (Collapse)AuthorAgeFilesLines
* Don't add lower bounds of abstract types to the implicit scopeGuillaume Martres2015-07-111-0/+14
As the spec[1] says: "The parts of a type T are [...] if T is an abstract type, the parts of its upper bound;" [1]: http://www.scala-lang.org/files/archive/spec/2.11/07-implicits.html#implicit-parameters