summary refs log blame commit diff stats
path: root/java/output/InnerClassExample.typ
blob: 9c1abb1d5b7ce1ea187f143b59c6f2bcbdb76c75 (plain) (tree)
1
2
3
4
5
6
7
8







                                         
#import "/template.typ": highlight-output
#highlight-output[```
$ java InnerClassExample
Outer member: 10
Inner member: 20
Inner member (through object): 20
```]