1 # we require all branches of the union to be covered
3 'data': [ 'value1', 'value2' ] }
4 { 'struct': 'TestTypeA',
5 'data': { 'string': 'str' } }
6 { 'union': 'TestUnion',
7 'base': { 'type': 'TestEnum' },
8 'discriminator': 'type',
9 'data': { 'value1': 'TestTypeA' } }