summaryrefslogtreecommitdiff
path: root/test/files/run/t4216.check
Commit message (Collapse)AuthorAgeFilesLines
* Don't admit primitive arrays as a generic Java varargs param.Jason Zaugg2012-05-051-0/+34
They were sneaking through as polymorphic Arrays and avoiding boxing. Closes SI-4216