mirror of
https://github.com/danog/parser.git
synced 2025-01-22 21:11:55 +01:00
16 lines
297 B
Plaintext
16 lines
297 B
Plaintext
|
[
|
||
|
Expression {
|
||
|
expr: MethodCall {
|
||
|
target: Variable {
|
||
|
name: "a",
|
||
|
},
|
||
|
method: DynamicVariable {
|
||
|
name: Variable {
|
||
|
name: "b",
|
||
|
},
|
||
|
},
|
||
|
args: [],
|
||
|
},
|
||
|
},
|
||
|
]
|