summaryrefslogtreecommitdiff
path: root/test/files/neg/t6666d.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-9375 add synthetic readResolve only for static modulesLukas Rytz2015-07-301-4/+0
| | | | | | | | | 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.
* Broader checks for poisonous this references.Jason Zaugg2013-02-021-0/+4
Replaces more VerifyErrors with implementation restrictions.