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