aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/arrays2.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix passing : _* arguments to Java methodsMartin Odersky2014-12-211-0/+30
Arguments of the form (xs: _*) which are passed to Java methods need to be converted to arrays, not sequences.