summaryrefslogtreecommitdiff
path: root/test/files/run/t6199-mirror.scala
Commit message (Collapse)AuthorAgeFilesLines
* Changes reflection tests to use shorter name constructorsDen Shabalin2012-12-251-1/+1
|
* SI-6199 unit-returning methods now return unitEugene Burmako2012-08-061-0/+7
Since Scala reflection relies on Java reflection to perform member invocations, it inherits some of the quirks of the underlying platform. One of such quirks is returning null when invoking a void-returning method. This is now fixed by introducing a check after calling invoke.