summaryrefslogtreecommitdiff
path: root/test/files/run/t6181.scala
Commit message (Collapse)AuthorAgeFilesLines
* Changes reflection tests to use shorter name constructorsDen Shabalin2012-12-251-1/+1
|
* SI-6181 method mirrors now support by-name argsEugene Burmako2012-08-061-0/+8
Arguments provided in by-name positions are now automatically wrapped in Function0 instances by method mirrors.