Sign in
qemu
/
qemu
/
c0d9f7d0bcedeaa65d5c984fbe0d351e1402eab5
/
.
/
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'
}
}