aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/doc-bad-union-member.out
blob: 2576ecd0373b5eebf1a169aeff6e47e4d86d6e2d (plain)
1
2
3
4
5
6
7
8
9
10
11
object Base
    member type: T optional=False
object Empty
object Frob
    base Base
    tag type
    case nothing: Empty
enum QType ['none', 'qnull', 'qint', 'qstring', 'qdict', 'qlist', 'qfloat', 'qbool']
    prefix QTYPE
enum T ['nothing']
object q_empty