parser/tests/fixtures/0043/ast.txt
Saif Eddin Gmati 9a2a903fb9
chore: refactor ast (#162)
Signed-off-by: azjezz <azjezz@protonmail.com>
2022-12-06 09:33:29 +01:00

23 lines
397 B
Plaintext

[
Class {
name: Identifier {
start: (
1,
13,
),
name: "Foo",
end: (
1,
17,
),
},
attributes: [],
extends: None,
implements: [],
body: [],
modifiers: ClassModifierGroup {
flags: [],
},
},
]