summaryrefslogtreecommitdiff
path: root/test/files/run/reflection-fieldmirror-accessorsareokay.check
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-07-11 14:46:01 +0200
committerEugene Burmako <xeno.by@gmail.com>2012-07-17 15:25:07 +0200
commitbab827a5426aeb654006573712eb7aabc047db36 (patch)
treeb302480d37b362777f5f7fa2737df756c5d88fac /test/files/run/reflection-fieldmirror-accessorsareokay.check
parent0cfd858a38ddf0ac83d9bbefe85110f88dc707c0 (diff)
downloadscala-bab827a5426aeb654006573712eb7aabc047db36.tar.gz
scala-bab827a5426aeb654006573712eb7aabc047db36.tar.bz2
scala-bab827a5426aeb654006573712eb7aabc047db36.zip
SI-5895 fixes FieldMirrors
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).
Diffstat (limited to 'test/files/run/reflection-fieldmirror-accessorsareokay.check')
-rw-r--r--test/files/run/reflection-fieldmirror-accessorsareokay.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/run/reflection-fieldmirror-accessorsareokay.check b/test/files/run/reflection-fieldmirror-accessorsareokay.check
new file mode 100644
index 0000000000..635dcd04ce
--- /dev/null
+++ b/test/files/run/reflection-fieldmirror-accessorsareokay.check
@@ -0,0 +1,6 @@
+true
+42
+2
+true
+2
+2