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