Sign in
qemu-android
/
qemu-android
/
b9b03ab0d47e8cfc0015255c531db41d0b1a1f91
/
.
/
tests
/
qapi-schema
/
alternate-base.json
blob: 529430ecf2f26a010b4663dcb74a7c04eb4d9ff7 [
file
] [
log
] [
blame
]
#
we reject alternate with base type
{
'struct'
:
'Base'
,
'data'
:
{
'string'
:
'str'
}
}
{
'alternate'
:
'Alt'
,
'base'
:
'Base'
,
'data'
:
{
'number'
:
'int'
}
}