aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/partialApplications.scala
Commit message (Collapse)AuthorAgeFilesLines
* Adapt neg tests to new neg tests checksVladimirNik2016-02-181-3/+3
|
* Disallow existentially bound parameters as type parametersMartin Odersky2015-12-061-0/+16
| | | | | | | Done in order to keep the basics as simple as possible. Treating existentially bound parameters as still instantiatable type parameters does not seem to add anything fundamental, and makes the type system less regular.
* Allow existential types in hk typesMartin Odersky2015-10-241-11/+0
|
* Disallow wildcard arguments to higher-kinded types...Martin Odersky2015-09-181-0/+11
...unless the HK type can be eta-reduced to a class type.