summaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/reserved-type-kind.json
blob: a09494156136e2461133568bacde4cfffea8c3b9 (plain) (blame)
1
2
3
4
5
6
# we reject types that would conflict with implicit union enum

##
# @UnionKind:
##
{ 'enum': 'UnionKind', 'data': [ 'oops' ] }