Sign in
◑
Theme
qemu-android
/
qemu-android
/
a29a37b994ca3c5a1d39fa0e8934f7e0f2cf57ef
/
.
/
tests
/
qapi-schema
/
args-union.json
blob: 7bdcbb7f085a5b77fd1d3a578e12fbe1114de604 [
file
]
#
we do not allow union arguments
#
TODO should we support this
?
{
'union'
:
'Uni'
,
'data'
:
{
'case1'
:
'int'
,
'case2'
:
'str'
}
}
{
'command'
:
'oops'
,
'data'
:
'Uni'
}