summaryrefslogtreecommitdiff
path: root/test/files/run/t7151.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-7151 Emit final in bytecode for final inner classes.Jason Zaugg2013-06-071-0/+6
As we did before a regression in 18efdedfb / SI-5676. This commit tightens up the condition in which the FINAL modifier is omitted; it now *only* does this for the module classes of nested objects.