Sign in
qemu-android
/
qemu-android
/
f1f25a2e2ea0cd3cdc7d01f2e0afbc4aef6fb853
/
.
/
tests
/
qapi-schema
/
union-invalid-base.json
blob: 1fa4930010adee34393eb66b877ee5b53071e6a0 [
file
] [
log
] [
blame
]
{
'type'
:
'TestTypeA'
,
'data'
:
{
'string'
:
'str'
}
}
{
'type'
:
'TestTypeB'
,
'data'
:
{
'integer'
:
'int'
}
}
{
'union'
:
'TestUnion'
,
'base'
:
'TestBaseWrong'
,
'data'
:
{
'value1'
:
'TestTypeA'
,
'value2'
:
'TestTypeB'
}
}