summaryrefslogtreecommitdiff
path: root/test/files/run/t6706.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix for SI-6706, Symbol breakage under GC.Paul Phillips2012-11-231-0/+14
Ensure the map key and the String in the Symbol are the same reference by removing the old key before updating the map with the new key -> symbol relation.