]> Git Repo - qemu.git/blame - tests/qapi-schema/alternate-conflict-enum-int.json
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170601' into...
[qemu.git] / tests / qapi-schema / alternate-conflict-enum-int.json
CommitLineData
c0644771
MA
1# alternate branches of 'enum' type that conflicts with numbers
2{ 'enum': 'Enum',
3 'data': [ '1', '2', '3' ] }
4{ 'alternate': 'Alt',
5 'data': { 'one': 'Enum',
6 'two': 'int' } }
This page took 0.023076 seconds and 4 git commands to generate.