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