blob: a8539958b59bf857c8925712bdc68ebfc8180250 [file] [log] [blame]
# Reject attempts to duplicate QMP members
# Here, 'name' would have to appear twice on the wire, locally and for base.
##
# @Base:
##
{ 'struct': 'Base',
'data': { 'name': 'str' } }
##
# @Sub:
##
{ 'struct': 'Sub',
'base': 'Base',
'data': { 'name': 'str' } }