Sign in
qemu-android
/
qemu-android
/
b9b03ab0d47e8cfc0015255c531db41d0b1a1f91
/
.
/
tests
/
qapi-schema
/
enum-max-member.json
blob: 4bcda0bf0749274e414d3690c5c9113345114bc1 [
file
] [
log
] [
blame
]
#
we reject user
-
supplied
'max'
for clashing with implicit enum end
#
TODO
:
should we instead munge the implicit value to avoid the clash
?
{
'enum'
:
'MyEnum'
,
'data'
:
[
'max'
]
}