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

59 lines
1.8 KiB
Plaintext

[
Expression {
expr: New {
target: AnonymousClass(
AnonymousClass {
start: (
1,
11,
),
end: (
1,
38,
),
extends: None,
implements: Some(
ClassImplements {
span: (
1,
17,
),
interfaces: [
Identifier {
start: (
1,
28,
),
name: "Foo",
end: (
1,
31,
),
},
Identifier {
start: (
1,
33,
),
name: "Bar",
end: (
1,
37,
),
},
],
},
),
attributes: [],
members: [],
},
),
span: (
1,
7,
),
args: [],
},
},
]