parser/tests/fixtures/0046/ast.txt
Saif Eddin Gmati 6a6d4d0e5f
chore: refactor ident and dynamic var parsers (#192)
Signed-off-by: azjezz <azjezz@protonmail.com>
2022-12-10 15:24:55 +01:00

40 lines
876 B
Plaintext

[
Class(
Class {
start: (
3,
1,
),
end: (
3,
24,
),
name: SimpleIdentifier {
span: (
3,
7,
),
name: "Foo",
},
extends: Some(
ClassExtends {
span: (
3,
11,
),
parent: SimpleIdentifier {
span: (
3,
19,
),
name: "Bar",
},
},
),
implements: None,
attributes: [],
members: [],
},
),
]