summaryrefslogblamecommitdiff
path: root/test/files/run/reflection-fieldmirror-ctorparam.check
blob: e391e7ccfec3e73bf2c79d1a0ed8747ec3f31ce0 (plain) (tree)
1
2
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.