summaryrefslogtreecommitdiff
path: root/test/files/run/t6989/Test_2.scala
Commit message (Collapse)AuthorAgeFilesLines
* introduces an exhaustive java-to-scala testEugene Burmako2013-02-051-9/+28
| | | | | | | | | | 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-041-0/+23
Runtime reflection in JavaMirrors previously forgot to fill in privateWithin when importing Java reflection artifacts. Now this is fixed.