summaryrefslogtreecommitdiff
path: root/test/files/run/stringbuilder-drop.scala
Commit message (Collapse)AuthorAgeFilesLines
* Gave StringBuilder a StringLike parent as endor...Paul Phillips2010-09-151-0/+7
Gave StringBuilder a StringLike parent as endorsed by martin in http://www.scala-lang.org/node/6893 . Review by odersky.