aboutsummaryrefslogtreecommitdiff
path: root/tests/pos-special/i859.scala
Commit message (Collapse)AuthorAgeFilesLines
* Surive non-existing sourceModule in Scala2 pickled info.Martin Odersky2016-02-051-0/+3
It seems when unpickling nsc that some module classes come without a source module. Survive this situation rather than crashing. i859.scala is an example. i859 compiles with the patch, but causes a deep subtype when unpickling. Not sure whether scalac does the same.