summaryrefslogtreecommitdiff
path: root/test/files/run/interpolation.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix check for number of argumentsDaniel C. Sobral2012-01-171-0/+2
| | | | | | | Fix the test for number of arguments by passing all arguments instead of passing the argument list as a single argument. Add positive and negative tests for it.
* A string interpolation implementation of SIP-11.Martin Odersky2012-01-161-0/+24
This is the complete implementation of SIP-11, in its version of 15-Jan-2012. For now, the interpolations are enabled only under the -Xexperimental flag.