summaryrefslogtreecommitdiff
path: root/test/files/run/t8188.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-8188 NPE during deserialization of TrieMapRex Kerr2014-02-141-0/+25
The writer was using the constructor headf and ef instead of the internal vars hashingobj and equalityobj.