aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/i523.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix #523: Instantiate lower bound when bounds checkingMartin Odersky2015-05-021-0/+8
Lower bounds need to be instantiated just like upper bounds. F-bounded polymorphism (which only applies too upper bounds) is one reason for instantiating arguments, but parameters referring to other parameters is another one. An the latter applies to lower bounds as well.