Sign in
qemu-android
/
qemu-android
/
ab916faddd16f0165e9cc2551f90699be8efde53
/
.
/
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'
}
}