summaryrefslogtreecommitdiff
path: root/test/files/run/t6935.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-6935 Added readResolve in BoxedUnitVinicius Miana2013-02-081-0/+14
When deserializing Unit, it would return an instance of Object, but not a Scala Unit. By adding readResolve, the deserialization of Unit will work.