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