Sign in
qemu
/
qemu
/
dabd18f64c8800d441fd9fb232c2102e8409aa2e
/
.
/
tests
/
qapi-schema
/
alternate-any.json
blob: c958776767dd30e674a571afab12152317f4c504 [
file
] [
log
] [
blame
]
#
we do not allow the
'any'
type as an alternate branch
##
#
@Alt
:
##
{
'alternate'
:
'Alt'
,
'data'
:
{
'one'
:
'any'
,
'two'
:
'int'
}
}