mirror of
https://github.com/danog/parser.git
synced 2025-01-22 13:01:32 +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: [],
|
|
},
|
|
},
|
|
]
|