summaryrefslogtreecommitdiff
path: root/tests/qapi-schema/args-union.json
blob: db97ef643b5f7cfef129093beb01da19e9b441fe (plain)
1
2
3
4
# FIXME we should reject union arguments
# TODO should we support this?
{ 'union': 'Uni', 'data': { 'case1': 'int', 'case2': 'str' } }
{ 'command': 'oops', 'data': 'Uni' }