summaryrefslogtreecommitdiff
path: root/test/files/run/reflect-priv-ctor.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-7810 Reflect private constructorSom Snytt2013-09-031-0/+1
`JavaMirror.constructorToJava` uses `getDeclaredConstructor` now instead of `getConstructor`.