summaryrefslogtreecommitdiff
path: root/test/files/run/reflection-allmirrors-tostring.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-5888 Mirrors now have sane toStringsEugene Burmako2012-08-021-0/+43
Adds informative toString for InstanceMirror, FieldMirror, MethodMirror (for methods and constructors), ClassMirror and ModuleMirror. Universe mirrors (e.g. JavaMirrors or compiler mirrors) already have good toString methods that show their affiliation and/or classpaths.