aboutsummaryrefslogtreecommitdiff
path: root/tests/pickling/i94-nada.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix SI-2712Martin Odersky2016-07-111-2/+2
| | | | | Allows partially instantiated types as type constrictors when inferring higher-kinded types.
* Rearrange pickle testsMartin Odersky2016-04-091-0/+45
| | | | | | | 1) Move passing test to pickling 2) Add test case for #1212 in pending 3) Disable annotations/internal in pickling tests. They lead to a stable symbol error which is explainable (modifiers are read before symbol is created).
* Move failing test to pendingMartin Odersky2015-10-011-45/+0
| | | | | | | | | | There is a diff, but a minor one. Instead of (T? >: Int <: Int) we get (T? = Int) after pickling.
* Pickling test reorgMartin Odersky2015-03-181-0/+45
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.