blob: a3efd6c5011937a0b85c52a16f0a49daf2e7d359 [file] [log] [blame]
# Two lists conflict even if their inner types would be compatible
{ 'struct': 'One',
'data': { 'name': 'str' } }
{ 'alternate': 'Alt',
'data': { 'one': [ 'int' ],
'two': [ 'str' ] } }