Sign in
qemu-android
/
qemu-android
/
3f99144cd9afbf51a7fbddf20b921402c2d4f68c
/
.
/
tests
/
qapi-schema
/
enum-union-clash.json
blob: 593282b6cff69dc02e4c923af52fc8aa3325daa8 [
file
] [
log
] [
blame
]
#
we reject types that would conflict with implicit union enum
{
'enum'
:
'UnionKind'
,
'data'
:
[
'oops'
]
}
{
'union'
:
'Union'
,
'data'
:
{
'a'
:
'int'
}
}