parser/tests/fixtures/0085/ast.txt
Saif Eddin Gmati c93634a62b
chore: refactor class and trait ast (#189)
Signed-off-by: azjezz <azjezz@protonmail.com>

Signed-off-by: azjezz <azjezz@protonmail.com>
2022-12-09 22:05:03 +01:00

30 lines
562 B
Plaintext

[
Class(
Class {
start: (
1,
16,
),
end: (
1,
27,
),
name: Identifier {
start: (
1,
22,
),
name: "Foo",
end: (
1,
26,
),
},
extends: None,
implements: None,
attributes: [],
members: [],
},
),
]