diff options
| author | Michael Williamson <mike@zwobble.org> | 2026-08-08 23:06:06 +0100 |
|---|---|---|
| committer | Michael Williamson <mike@zwobble.org> | 2026-08-08 23:06:06 +0100 |
| commit | 765357e0d65c3f869344d8e86321fbed72edbcd6 (patch) | |
| tree | 5d278dfa4c29a069ae3edccacad74b9f3c094276 /examples/15-transient-0/src | |
| parent | 39e34d4f524f5492065ba47b6cd33d5f272cd515 (diff) | |
Support nested constructed native types in java-transient-0
Diffstat (limited to 'examples/15-transient-0/src')
| -rw-r--r-- | examples/15-transient-0/src/data.hob | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/15-transient-0/src/data.hob b/examples/15-transient-0/src/data.hob index 1fb173e..df96916 100644 --- a/examples/15-transient-0/src/data.hob +++ b/examples/15-transient-0/src/data.hob @@ -88,6 +88,7 @@ native GenericNative[A, B] { struct StructWithGenericNative { field a: GenericNative[Int32, String]; + field b: GenericNative[Option[String], GenericNative[Option[String], GenericNative[String, String]]]; } struct StructWithBox { |
