7 lines
201 B
JSON
7 lines
201 B
JSON
|
# Two lists conflict even if their inner types would be compatible
|
||
|
{ 'struct': 'One',
|
||
|
'data': { 'name': 'str' } }
|
||
|
{ 'alternate': 'Alt',
|
||
|
'data': { 'one': [ 'int' ],
|
||
|
'two': [ 'str' ] } }
|