aboutsummaryrefslogtreecommitdiff
path: root/tests/pos-scala2/GenTraversableFactory.scala
Commit message (Collapse)AuthorAgeFilesLines
* Disallow higher-kinded types that simulate general existential typesMartin Odersky2016-07-111-0/+252
We cannot handle such types in general. So we now check that a hk application C[args] where some of the arguments are wildcards does not have as a supertype a hk application ([X] -> B)[args]