blob: bff25c3147fb0397d0e7c76f31ea87b188e00f2d [file] [log] [blame]
# alternate branch of 'enum' type that conflicts with bool
{ 'enum': 'Enum',
'data': [ 'aus', 'off' ] }
{ 'alternate': 'Alt',
'data': { 'one': 'Enum',
'two': 'bool' } }