parser/tests/fixtures/0094/ast.txt

23 lines
528 B
Plaintext
Raw Normal View History

[
Expression {
expr: DynamicVariable {
name: Call {
target: Identifier(
Identifier {
start: (
1,
9,
),
name: "foo",
end: (
1,
12,
),
},
),
args: [],
},
},
},
]