summaryrefslogtreecommitdiff
path: root/test/files/run/reflection-fieldmirror-ctorparam.check
blob: c66be94ed71259ae08dad8c05fcb6765443c6819 (plain) (blame)
1
2
3
class scala.ScalaReflectionException: Scala field x of class A isn't represented as a Java field, nor does it have a
Java accessor method. One common reason for this is that it may be a private class parameter
not used outside the primary constructor.