parser/tests/fixtures/0072/ast.txt
Saif Eddin Gmati bd2023c3c4
chore: remove fallback expression parser (#181)
Signed-off-by: azjezz <azjezz@protonmail.com>
2022-12-08 21:34:16 +01:00

27 lines
601 B
Plaintext

[
Expression {
expr: ErrorSuppress {
span: (
1,
7,
),
expr: Call {
target: Identifier(
Identifier {
start: (
1,
8,
),
name: "hello",
end: (
1,
13,
),
},
),
args: [],
},
},
},
]