summaryrefslogtreecommitdiff
path: root/test/files/run/reflection-fieldsymbol-navigation.check
Commit message (Collapse)AuthorAgeFilesLines
* Normalized line endings.Paul Phillips2012-09-201-6/+6
| | | | | | This brings all the files into line with the .gitattributes settings, which should henceforth be automatically maintained by git.
* navigation between fields and accessorsEugene Burmako2012-08-021-0/+6
This works around SI-5736 that's been deemed too risky to be fixed in 2.10.0. A reflection newbie will be unlikely to acquire a field symbol from its name, but the `accessed` method provides an easy way to navigate to it from a getter.