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

52 lines
1.3 KiB
Plaintext

[
Expression {
expr: NullsafeMethodCall {
target: Variable(
Variable {
start: (
1,
7,
),
name: "a",
end: (
1,
9,
),
},
),
method: Identifier(
Identifier {
start: (
1,
12,
),
name: "b",
end: (
1,
13,
),
},
),
args: [
Arg {
name: None,
value: Variable(
Variable {
start: (
1,
14,
),
name: "c",
end: (
1,
16,
),
},
),
unpack: false,
},
],
},
},
]