parser/tests/0089/ast.txt

20 lines
410 B
Plaintext
Raw Normal View History

[
Expression {
expr: MethodCall {
target: Variable {
name: "this",
},
method: Identifier {
name: "foo",
},
args: [
Arg {
name: None,
value: VariadicPlaceholder,
unpack: false,
},
],
},
},
]