aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/reflection-fieldmirror-ctorparam.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/reflection-fieldmirror-ctorparam.check')
-rw-r--r--tests/pending/run/reflection-fieldmirror-ctorparam.check3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/pending/run/reflection-fieldmirror-ctorparam.check b/tests/pending/run/reflection-fieldmirror-ctorparam.check
new file mode 100644
index 000000000..e391e7ccf
--- /dev/null
+++ b/tests/pending/run/reflection-fieldmirror-ctorparam.check
@@ -0,0 +1,3 @@
+class scala.ScalaReflectionException: Scala field x isn't represented as a Java field, neither it has a Java accessor method
+note that private parameters of class constructors don't get mapped onto fields and/or accessors,
+unless they are used outside of their declaring constructors.