aboutsummaryrefslogtreecommitdiff
path: root/tests/pickling/partialApplications.scala
Commit message (Collapse)AuthorAgeFilesLines
* Disallow existentially bound parameters as type parametersMartin Odersky2015-12-061-4/+20
| | | | | | | 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.
* Pickling test reorgMartin Odersky2015-03-181-0/+13
Move pickling tests into separate top-level test directory. That way they are not needlessly pos-tested before. Also, disable core tests for now - after rebasing we get a stale symbol error. Need to investigate that.