mirror of
https://github.com/danog/parser.git
synced 2024-12-03 09:57:45 +01:00
6a6d4d0e5f
Signed-off-by: azjezz <azjezz@protonmail.com>
36 lines
893 B
Plaintext
36 lines
893 B
Plaintext
[
|
|
Expression {
|
|
expr: MethodCall {
|
|
target: Variable(
|
|
SimpleVariable(
|
|
SimpleVariable {
|
|
span: (
|
|
1,
|
|
7,
|
|
),
|
|
name: "this",
|
|
},
|
|
),
|
|
),
|
|
method: Identifier(
|
|
SimpleIdentifier(
|
|
SimpleIdentifier {
|
|
span: (
|
|
1,
|
|
14,
|
|
),
|
|
name: "foo",
|
|
},
|
|
),
|
|
),
|
|
args: [
|
|
Arg {
|
|
name: None,
|
|
value: VariadicPlaceholder,
|
|
unpack: false,
|
|
},
|
|
],
|
|
},
|
|
},
|
|
]
|