Sign in
qemu
/
qemu
/
a6819c1bd0b76d7fa0c8f4ae19e4e80dd61a1502
/
.
/
tests
/
qapi-schema
/
redefined-type.json
blob: 291453e70d738dbdaea3308f7f7adaf11124fa2f [
file
] [
log
] [
blame
]
#
we reject types defined more than once
{
'struct'
:
'Foo'
,
'data'
:
{
'one'
:
'str'
}
}
{
'enum'
:
'Foo'
,
'data'
:
[
'two'
]
}