summaryrefslogtreecommitdiff
path: root/test/files/run/t6199-toolbox.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-6199 unit-returning methods now return unitEugene Burmako2012-08-061-0/+1
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.