blob: 15195413449eed5b8c506f441bddd1d2cfdeaa8d (
plain)
1
2
3
|
# FIXME: we should 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' ] }
|