summaryrefslogtreecommitdiff
path: root/test/files/run/reflection-allmirrors-tostring.check
Commit message (Collapse)AuthorAgeFilesLines
* adds showDeclaration(sym: Symbol): StringEugene Burmako2014-02-141-9/+9
| | | | | | As per Paul’s request, this commit exposes Symbol.defString, although in a different way to ensure consistency with our other prettyprinting facilities provided in the reflection API.
* Normalized line endings.Paul Phillips2012-09-201-14/+14
| | | | | | This brings all the files into line with the .gitattributes settings, which should henceforth be automatically maintained by git.
* SI-5888 Mirrors now have sane toStringsEugene Burmako2012-08-021-0/+14
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.