mirror of
https://github.com/danog/parser.git
synced 2024-12-02 09:27:50 +01:00
14 lines
244 B
Plaintext
14 lines
244 B
Plaintext
[
|
|
Expression {
|
|
expr: NullsafeMethodCall {
|
|
target: Variable {
|
|
name: "a",
|
|
},
|
|
method: Identifier {
|
|
name: "b",
|
|
},
|
|
args: [],
|
|
},
|
|
},
|
|
]
|