summary refs log tree commit diff stats
path: root/java/output/InnerClassExample.typ
diff options
context:
space:
mode:
Diffstat (limited to 'java/output/InnerClassExample.typ')
-rw-r--r--java/output/InnerClassExample.typ8
1 files changed, 8 insertions, 0 deletions
diff --git a/java/output/InnerClassExample.typ b/java/output/InnerClassExample.typ
new file mode 100644
index 0000000..9c1abb1
--- /dev/null
+++ b/java/output/InnerClassExample.typ
@@ -0,0 +1,8 @@
+#import "/template.typ": highlight-output
+#highlight-output[```
+$ java InnerClassExample
+Outer member: 10
+Inner member: 20
+Inner member (through object): 20
+```]
+