parser/tests/fixtures/0085/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

34 lines
667 B
Plaintext

[
Class {
name: Identifier {
start: (
1,
22,
),
name: "Foo",
end: (
1,
26,
),
},
attributes: [],
extends: None,
implements: [],
body: [],
modifiers: ClassModifierGroup {
flags: [
Readonly {
start: (
1,
7,
),
end: (
1,
16,
),
},
],
},
},
]