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