diff options
| author | Michael Williamson <mike@zwobble.org> | 2026-07-25 17:44:47 +0100 |
|---|---|---|
| committer | Michael Williamson <mike@zwobble.org> | 2026-07-25 17:44:47 +0100 |
| commit | 5de41ad211a542ce1ae26a1db3f219b1aaf4c9f4 (patch) | |
| tree | b25f9f24d0ddb2517a8fe9dd923d0cb8b9e8efa6 /examples/11-transient-0/src/data.hob | |
| parent | b219b7a24fbece0256b15d408e0f65d8136e671a (diff) | |
Test shared values of different types in java-transient-0
Diffstat (limited to 'examples/11-transient-0/src/data.hob')
| -rw-r--r-- | examples/11-transient-0/src/data.hob | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/11-transient-0/src/data.hob b/examples/11-transient-0/src/data.hob index 63ed8d3..abe9552 100644 --- a/examples/11-transient-0/src/data.hob +++ b/examples/11-transient-0/src/data.hob @@ -65,3 +65,9 @@ struct StructWithSum { struct StructWithListOfShared { field inner: List[Shared[StructWithInt32]]; } + +struct StructWithDifferentSharedTypes { + field a: Shared[StructWithInt32]; + field b: Shared[StructWithInt64]; + field c: Shared[StructWithInt32]; +} |
