Sign in
fuchsia
/
third_party
/
qemu
/
6d44474b3b47af21c7b01f3ad781373f1a6a2d78
/
.
/
tests
/
qapi-schema
/
base-cycle-indirect.json
blob: 28667721a31ab30c6c488d7ad0b4cc865cffa8e9 [
file
] [
log
] [
blame
]
#
we reject a loop in base classes
{
'struct'
:
'Base1'
,
'base'
:
'Base2'
,
'data'
:
{}
}
{
'struct'
:
'Base2'
,
'base'
:
'Base1'
,
'data'
:
{}
}