summaryrefslogtreecommitdiff
path: root/examples/15-transient-0/src/data.hob
diff options
context:
space:
mode:
authorMichael Williamson <mike@zwobble.org>2026-08-08 23:06:06 +0100
committerMichael Williamson <mike@zwobble.org>2026-08-08 23:06:06 +0100
commit765357e0d65c3f869344d8e86321fbed72edbcd6 (patch)
tree5d278dfa4c29a069ae3edccacad74b9f3c094276 /examples/15-transient-0/src/data.hob
parent39e34d4f524f5492065ba47b6cd33d5f272cd515 (diff)
Support nested constructed native types in java-transient-0
Diffstat (limited to 'examples/15-transient-0/src/data.hob')
-rw-r--r--examples/15-transient-0/src/data.hob1
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 {