Sign in
qemu
/
qemu
/
a0e640a87210b1e986bcd4e7f7de03beb3db0a4a
/
.
/
tests
/
qapi-schema
/
union-optional-branch.json
blob: 7d2ee4c730e025b708052592b22f3e3de2f304a1 [
file
] [
log
] [
blame
]
#
union branches cannot be optional
##
#
@Union
:
##
{
'union'
:
'Union'
,
'data'
:
{
'*a'
:
'int'
,
'b'
:
'str'
}
}