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