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

27 lines
418 B
JSON

{
"data": {
"Script": {
"statements": [
{
"data": {
"ClassDeclaration": {
"modifiers": 0,
"name": "Foo",
"inherits": [],
"statements": []
}
},
"span": {
"start": 0,
"end": 12
}
}
]
}
},
"span": {
"start": 0,
"end": 12
}
}