summaryrefslogtreecommitdiff
path: root/test/files/run/reflection-constructormirror-toplevel-badpath.check
Commit message (Collapse)AuthorAgeFilesLines
* Normalized line endings.Paul Phillips2012-09-201-2/+2
| | | | | | This brings all the files into line with the .gitattributes settings, which should henceforth be automatically maintained by git.
* SI-5984 improves error reporting in JavaMirrorsEugene Burmako2012-07-191-1/+1
| | | | | | | | | | Factors out error raising code and introduces a special exception class for Scala reflection errors. Also adds membership sanity checks to reflectXXX. Previously reflectField, reflectMethod, reflectClass and reflectModule in InstanceMirror didn't check that the symbols being passed to them actually correspond to some member of the related class.
* tests and fixes for the mirror APIEugene Burmako2012-06-081-0/+2