1 2 3 4 5 6 7 8 9 10
type Obj1 = object case kind: bool of false: field: seq[int] else: discard static: var obj1 = Obj1() obj1.field.add(@[])