summary refs log tree commit diff stats
path: root/tests/qapi-schema/doc-invalid-return.json
blob: 1aabef3482babd6c233806a6205a6763bda2af0f (plain) (blame)
1
2
3
4
5
6
7
8
# Events can't have 'Returns' section

##
# @FOO:
#
# Returns: blah
##
{ 'event': 'FOO' }