aboutsummaryrefslogtreecommitdiff
path: root/tests/pickling/i1202c.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix flags when unpickling setters of parameter accessorsMartin Odersky2016-04-071-0/+1
ParamAccessor is not a pickled flag. This is not a problem for normal parameter accessors which are pickled as PARAM fields. But setters of parameter accessors also need to have the flag set (and Deferred reset).