mirror of
https://github.com/danog/parser.git
synced 2024-12-04 10:27:58 +01:00
6a6d4d0e5f
Signed-off-by: azjezz <azjezz@protonmail.com>
29 lines
710 B
Plaintext
29 lines
710 B
Plaintext
[
|
|
Expression {
|
|
expr: NullsafePropertyFetch {
|
|
target: Variable(
|
|
SimpleVariable(
|
|
SimpleVariable {
|
|
span: (
|
|
1,
|
|
7,
|
|
),
|
|
name: "a",
|
|
},
|
|
),
|
|
),
|
|
property: Identifier(
|
|
SimpleIdentifier(
|
|
SimpleIdentifier {
|
|
span: (
|
|
1,
|
|
12,
|
|
),
|
|
name: "b",
|
|
},
|
|
),
|
|
),
|
|
},
|
|
},
|
|
]
|