parser/tests/fixtures/0073/ast.txt

33 lines
749 B
Plaintext
Raw Normal View History

[
Expression {
expr: NullsafePropertyFetch {
target: Variable(
Variable {
start: (
1,
7,
),
name: "a",
end: (
1,
9,
),
},
),
property: Identifier(
Identifier {
start: (
1,
12,
),
name: "b",
end: (
1,
13,
),
},
),
},
},
]