returns-array-bad.json 121 字节
Newer Older
1
# we reject an array return that is not a single type
M
Marc-André Lureau 已提交
2 3 4 5

##
# @oops:
##
E
Eric Blake 已提交
6
{ 'command': 'oops', 'returns': [ 'str', 'str' ] }