aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/returns-dict.json
blob: 6a3ed0f34d8a2830b563f38ebc3b3dba0701645b (plain)
1
2
3
4
5
6
# we reject inline struct return type

##
# @oops:
##
{ 'command': 'oops', 'returns': { 'a': 'str' } }