summaryrefslogtreecommitdiff
path: root/examples/15-transient-0/src/data.hob
diff options
context:
space:
mode:
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 {