aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/alternate-any.json
blob: c958776767dd30e674a571afab12152317f4c504 (plain)
1
2
3
4
5
6
7
8
# we do not allow the 'any' type as an alternate branch

##
# @Alt:
##
{ 'alternate': 'Alt',
  'data': { 'one': 'any',
            'two': 'int' } }