parser/tests/fixtures/0076/ast.txt

49 lines
1.2 KiB
Plaintext
Raw Normal View History

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