mirror of
https://github.com/xemu-project/xemu.git
synced 2025-01-22 11:54:47 +00:00
4 lines
137 B
JSON
4 lines
137 B
JSON
|
# we reject a loop in base classes
|
||
|
{ 'struct': 'Base1', 'base': 'Base2', 'data': {} }
|
||
|
{ 'struct': 'Base2', 'base': 'Base1', 'data': {} }
|