diff options
| author | Michael Williamson <mike@zwobble.org> | 2026-07-24 20:17:40 +0100 |
|---|---|---|
| committer | Michael Williamson <mike@zwobble.org> | 2026-07-24 20:17:40 +0100 |
| commit | 6b3ca8e95a46fbf6f4d9bc5b4214386dd221c69c (patch) | |
| tree | 74754e21f6d3d81209534b427b582d73bd8300d4 /examples/11-transient-0/src/data.hob | |
| parent | cfc081d9ae035f876f7f8e836ebf0811ec338c6b (diff) | |
Support Shared in java-transient-0
Diffstat (limited to 'examples/11-transient-0/src/data.hob')
| -rw-r--r-- | examples/11-transient-0/src/data.hob | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/11-transient-0/src/data.hob b/examples/11-transient-0/src/data.hob index bbfd882..57fe640 100644 --- a/examples/11-transient-0/src/data.hob +++ b/examples/11-transient-0/src/data.hob @@ -61,3 +61,7 @@ struct StructWithSum { field inner: SumWithVariants; field b: Int32; } + +struct StructWithShared { + field inner: Shared[StructWithInt32]; +} |
