Sign in
qemu
/
qemu
/
7b1b98c420355ccea98d8bd55c9193ee6b7cef97
/
.
/
tests
/
qapi-schema
/
enum-union-clash.json
blob: 714ff6d556015d49f64beb395c642b3042c78162 [
file
] [
log
] [
blame
]
#
FIXME
:
we should reject types that would conflict with implicit union enum
{
'enum'
:
'UnionKind'
,
'data'
:
[
'oops'
]
}
{
'union'
:
'Union'
,
'data'
:
{
'a'
:
'int'
}
}