blob: 1fa4930010adee34393eb66b877ee5b53071e6a0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{ 'type': 'TestTypeA',
'data': { 'string': 'str' } }
{ 'type': 'TestTypeB',
'data': { 'integer': 'int' } }
{ 'union': 'TestUnion',
'base': 'TestBaseWrong',
'data': { 'value1': 'TestTypeA',
'value2': 'TestTypeB' } }
|