SeraphScript/src/integration_tests/test_cases/multiple_inheritance_class/parsed_tree.json

18 lines
400 B
JSON
Raw Normal View History

{
"Script": {
"statements": [
{
"ClassDeclaration": {
"modifiers": 0,
"name": "Foo",
"inherits": [
"Zom",
"Aar",
"Bar"
],
"statements": []
}
}
]
}
}