summaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/alternate-base.json
blob: 66edc89640d2319622ed5de97f2d2a078c29c0be (plain)
1
2
3
4
5
6
# we reject alternate with base type
{ 'type': 'Base',
  'data': { 'string': 'str' } }
{ 'alternate': 'Alt',
  'base': 'Base',
  'data': { 'number': 'int' } }
OpenPOWER on IntegriCloud