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

43 lines
1.0 KiB
Plaintext

[
Expression {
expr: New {
target: AnonymousClass(
AnonymousClass {
start: (
1,
11,
),
end: (
1,
24,
),
extends: None,
implements: None,
attributes: [],
members: [],
},
),
span: (
1,
7,
),
args: [
Arg {
name: None,
value: LiteralInteger {
i: "1",
},
unpack: false,
},
Arg {
name: None,
value: LiteralInteger {
i: "2",
},
unpack: false,
},
],
},
},
]