diff options
| author | Michael Williamson <mike@zwobble.org> | 2026-07-11 15:47:22 +0100 |
|---|---|---|
| committer | Michael Williamson <mike@zwobble.org> | 2026-07-11 15:47:22 +0100 |
| commit | f9fe80fa50e6ac0c3121c0dde6420c79973c4ccc (patch) | |
| tree | 77009b5272acfa7cbfc999bc023fad9970f1404e /examples/10-transient-0/src | |
| parent | c80835cf60e3d772152fd1873dde76d41fa6cec2 (diff) | |
Support options in Java transient-0
Diffstat (limited to 'examples/10-transient-0/src')
| -rw-r--r-- | examples/10-transient-0/src/data.hob | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/10-transient-0/src/data.hob b/examples/10-transient-0/src/data.hob index 8550d6d..80ba8e5 100644 --- a/examples/10-transient-0/src/data.hob +++ b/examples/10-transient-0/src/data.hob @@ -32,3 +32,8 @@ struct StructWithList { field a: List[Int64]; field b: List[InnerStruct]; } + +struct StructWithOption { + field a: Option[Int64]; + field b: Option[InnerStruct]; +} |
