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