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

14 lines
287 B
JSON

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