Sign in
qemu
/
qemu
/
7b1b98c420355ccea98d8bd55c9193ee6b7cef97
/
.
/
tests
/
qapi-schema
/
alternate-unknown.json
blob: 0c305c282c686683010c515e1f0afa565e91c8be [
file
] [
log
] [
blame
]
#
we reject an anonymous union with unknown type in branch
{
'union'
:
'Union'
,
'discriminator'
:
{},
'data'
:
{
'unknown'
:
'MissingType'
}
}