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