summaryrefslogtreecommitdiff
path: root/test/files/neg/t3934.scala
Commit message (Collapse)AuthorAgeFilesLines
* Closes #3934 by fixing a typo (missing + in str...Martin Odersky2010-10-191-0/+23
Closes #3934 by fixing a typo (missing + in string concat). Better effect analysis would have caught that one at compile-time. Review by extempore.