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