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