aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/hk-bounds.scala
Commit message (Collapse)AuthorAgeFilesLines
* Update tests to use new PolyType syntax.Martin Odersky2016-10-121-6/+6
|
* Bounds of type lambdas compare contravariantlyMartin Odersky2016-07-151-0/+8
| | | | | | | Enable checking of bounds when comparing type lambdas. This invalidates a pattern used in t2994 and potentially other code, where a bound [X] -> Any is used as a template that is a legal supertype of all other bounds. The old behavior is still available under language:Scala2.
* Add test case for hk bounds checkingMartin Odersky2016-07-141-0/+23