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