6 lines
201 B
JSON
6 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' ] } }
|