summaryrefslogtreecommitdiff
path: root/test/files/run/interpolationArgs.check
Commit message (Collapse)AuthorAgeFilesLines
* StringContext#checkLengths reports bad args countSom Snytt2013-08-061-2/+2
| | | | | | Since interpolator args are of type Any, it's easy to write s(args) instead of s(args: _*). I wonder if Xlint would have warned me about that.
* 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.