parser/tests/fixtures/0072/ast.txt

23 lines
528 B
Plaintext
Raw Normal View History

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