aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/t0654.scala
Commit message (Collapse)AuthorAgeFilesLines
* Handling higher-kinded types with lambdasMartin Odersky2014-06-181-1/+1
| | | | | Switch to the new scheme where higher-kinded types (and also some polymorphic type aliases) are represented as instances of Lambda traits.
* More testsMartin Odersky2014-03-211-0/+5
Added more tests which all pass, except for tests in disabled and pending. t0694 went from pos to neg, because the kind of alias type used in t0695 is no longer supported.