summaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/enum-clash-member.out
blob: e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 (plain) (blame)

='Blame the previous revision' href='/bwlp/qemu.git/blame/tests/qapi-schema/struct-base-clash.json?id=437db2549be383e52acad6cd4bf2862e98fdfc93'>^
ff55d72eaf ^




1
2
3
4
5
6
7

                                                                            




                             
# Reject attempts to duplicate QMP members
# Here, 'name' would have to appear twice on the wire, locally and for base.
{ 'struct': 'Base',
  'data': { 'name': 'str' } }
{ 'struct': 'Sub',
  'base': 'Base',
  'data': { 'name': 'str' } }