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

61 lines
1.5 KiB
Plaintext

[
Class(
Class {
start: (
3,
1,
),
end: (
3,
26,
),
name: Identifier {
start: (
3,
7,
),
name: "A",
end: (
3,
9,
),
},
extends: None,
implements: Some(
ClassImplements {
span: (
3,
9,
),
interfaces: [
Identifier {
start: (
3,
20,
),
name: "B",
end: (
3,
21,
),
},
Identifier {
start: (
3,
23,
),
name: "C",
end: (
3,
25,
),
},
],
},
),
attributes: [],
members: [],
},
),
]