Files
xemu/tests/qapi-schema/redefined-type.json
T

4 lines
124 B
JSON
Raw Normal View History

# we reject types defined more than once
{ 'struct': 'foo', 'data': { 'one': 'str' } }
2015-05-04 09:05:16 -06:00
{ 'enum': 'foo', 'data': [ 'two' ] }