aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/hklub0.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix hk comparison between class and range lambdaMartin Odersky2015-12-201-0/+5
In a situation like List <: [X] -> <: GenTraversable[X] We have to ask whether the rhs contains the instantiated lhs, not whether it is a supertype.