6 lines
161 B
JSON
6 lines
161 B
JSON
# we reject alternate with base type
|
|
{ 'struct': 'Base',
|
|
'data': { 'string': 'str' } }
|
|
{ 'alternate': 'Alt',
|
|
'base': 'Base',
|
|
'data': { 'number': 'int' } }
|