summaryrefslogtreecommitdiff
path: root/test/files/run/t9102.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-9102: Improve testSom Snytt2015-03-111-0/+8
| | | | | | | Cover the second use case reported on the ML (ctors). Improve formatting per the review. And it really does look a lot better.
* SI-9102: Reflect method invoke with mixed argsSom Snytt2015-03-111-0/+73
A missing default branch when a method had value class or by-name params caused other args to present as null under reflective invocation.