parser/tests/fixtures/0072/ast.txt

27 lines
601 B
Plaintext
Raw Normal View History

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