blob: 3834a3ddfe1ea992f9bd829eb0ab82f359fd7252 [file] [log] [blame]
# we reject anonymous unions with multiple string-like branches
{ 'enum': 'Enum',
'data': [ 'hello', 'world' ] }
{ 'union': 'MyUnion',
'discriminator': {},
'data': { 'one': 'str',
'two': 'Enum' } }