summaryrefslogtreecommitdiff
path: root/test/files/pos/t7426.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-7426 Crash in pickler.Paul Phillips2013-04-261-0/+3
I wonder if the supply of copy-pasted code, and the bugs which always accompany it, will ever run low. Here we have a couple hundred lines of tree traversal which appears roughly identical in structure to a different couple hundred lines of tree traversal, except one calls methods called putXXX and the other calls methods called writeXXX. Except there was one call to writeXXX among all the putXXX calls. Guess where it was crashing. This entire file should be expunged.