summaryrefslogtreecommitdiff
path: root/test/files/run/t7582-private-within
Commit message (Collapse)AuthorAgeFilesLines
* SI-7582 ClassfileParser: populate privateWithin of Java module classJason Zaugg2013-06-162-0/+30
The `privateWithin` attribute of Java companion module classes was correctly set under joint compilation (ie, when using JavaParser), but not under separate compilation. This commit remedies this. The test covers variety of Java symbols.