summaryrefslogtreecommitdiff
path: root/test/files/pos/t6666d.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-9375 add synthetic readResolve only for static modulesLukas Rytz2015-07-301-0/+18
For inner modules, the synthetic readResolve method would cause the module constructor to be invoked on de-serialization in certain situations. See the discussion in the ticket. Adds a comprehensive test around serializing and de-serializing modules.