]> Git Repo - qemu.git/blob - tests/qapi-schema/alternate-conflict-string.json
qapi: Reject alternates that can't work with keyval_parse()
[qemu.git] / tests / qapi-schema / alternate-conflict-string.json
1 # alternate branches of 'str' type conflict with all scalar types
2 { 'alternate': 'Alt',
3   'data': { 'one': 'str',
4             'two': 'int' } }
This page took 0.024079 seconds and 4 git commands to generate.