Details
-
Bug
-
Resolution: Done
-
P2: Important
-
0.3
-
None
Description
The following snippet
Product { property var table: ({a: "AAA"}) } ... Rule { ... prepare: { print("product.table: " + product.table); } }
will print
product.table: undefined
because we're filtering all associative array properties.