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

35 lines
656 B
Plaintext

[
Class {
name: Identifier {
start: (
3,
7,
),
name: "Foo",
end: (
3,
11,
),
},
attributes: [],
extends: Some(
Identifier {
start: (
3,
19,
),
name: "Bar",
end: (
3,
23,
),
},
),
implements: [],
body: [],
modifiers: ClassModifierGroup {
flags: [],
},
},
]