parser/tests/fixtures/0076/ast.txt
azjezz 479f51913c
chore: remove build script
Signed-off-by: azjezz <azjezz@protonmail.com>
2022-12-05 18:36:04 +01:00

49 lines
1.2 KiB
Plaintext

[
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: [],
},
},
]