Sign in
qemu
/
qemu
/
284c52eec2d0a1b9c47f06c3eee46762c5fc0915
/
.
/
tests
/
qapi-schema
/
returns-array-bad.json
blob: 09b0b1f1827a182abb6eb0f8187a30afcc5d2f61 [
file
] [
log
] [
blame
]
#
we reject an array return that is not a single type
{
'command'
:
'oops'
,
'returns'
:
[
'str'
,
'str'
]
}