summaryrefslogtreecommitdiff
path: root/test/files/run/reflection-fieldmirror-accessorsareokay.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-5895 fixes FieldMirrorsEugene Burmako2012-07-171-0/+6
reflectField now accepts getters and setters along with the field symbols, it also checks whether a field has a reasonable binary representation (this is necessary, because ctor parameters that are unused outside of their declaring constructors don't get compiled down to Java fields/methods).