aboutsummaryrefslogtreecommitdiff
path: root/tests/pickling/annot.scala
Commit message (Collapse)AuthorAgeFilesLines
* Pickle and unpickle type treesMartin Odersky2016-11-161-0/+12
Lots of other changes to make positions work out everywhere. One important change is that now trees can be shared, just as types can. This change improves memory requirements (a bit) and also makes positions in shared trees more robust.