summaryrefslogtreecommitdiff
path: root/test/files/run/t6989
Commit message (Collapse)AuthorAgeFilesLines
* introduces an exhaustive java-to-scala testEugene Burmako2013-02-052-13/+66
| | | | | | | | | | Originally composed to accommodate pull request feedback, this test has uncovered a handful of bugs in FromJavaClassCompleter, namely: * SI-7071 non-public ctors get lost * SI-7072 inner classes are read incorrectly I'm leaving the incorrect results of FromJavaClassCompleters in the check file, so that we get notified when something changes there.
* SI-6989 privateWithin is now populated in reflectEugene Burmako2013-02-042-0/+30
Runtime reflection in JavaMirrors previously forgot to fill in privateWithin when importing Java reflection artifacts. Now this is fixed.