parser/tests/0094/ast.txt
2022-11-30 00:43:37 +00:00

13 lines
226 B
Plaintext

[
Expression {
expr: DynamicVariable {
name: Call {
target: Identifier {
name: "foo",
},
args: [],
},
},
},
]