mirror of
https://github.com/danog/parser.git
synced 2025-01-06 04:38:22 +01:00
6a6d4d0e5f
Signed-off-by: azjezz <azjezz@protonmail.com>
46 lines
1.2 KiB
Plaintext
46 lines
1.2 KiB
Plaintext
[
|
|
Expression {
|
|
expr: NullsafeMethodCall {
|
|
target: Variable(
|
|
SimpleVariable(
|
|
SimpleVariable {
|
|
span: (
|
|
1,
|
|
7,
|
|
),
|
|
name: "a",
|
|
},
|
|
),
|
|
),
|
|
method: Identifier(
|
|
SimpleIdentifier(
|
|
SimpleIdentifier {
|
|
span: (
|
|
1,
|
|
12,
|
|
),
|
|
name: "b",
|
|
},
|
|
),
|
|
),
|
|
args: [
|
|
Arg {
|
|
name: None,
|
|
value: Variable(
|
|
SimpleVariable(
|
|
SimpleVariable {
|
|
span: (
|
|
1,
|
|
14,
|
|
),
|
|
name: "c",
|
|
},
|
|
),
|
|
),
|
|
unpack: false,
|
|
},
|
|
],
|
|
},
|
|
},
|
|
]
|