summaryrefslogtreecommitdiff
path: root/test/files/run/reflection-fieldmirror-ctorparam.check
blob: 7ae2cec81e07545347b2bac269bcd204cf7609ab (plain) (blame)
1
2
3
class java.lang.Error: this Scala field 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.