Sign in
qemu
/
qemu
/
284c52eec2d0a1b9c47f06c3eee46762c5fc0915
/
.
/
tests
/
qapi-schema
/
alternate-conflict-enum-int.json
blob: beb428c10bbd1e6ba916e6906db9aa3bd84e22e9 [
file
] [
log
] [
blame
]
#
alternate branches of
'enum'
type that conflicts with numbers
{
'enum'
:
'Enum'
,
'data'
:
[
'1'
,
'2'
,
'3'
]
}
{
'alternate'
:
'Alt'
,
'data'
:
{
'one'
:
'Enum'
,
'two'
:
'int'
}
}