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

115 lines
2.9 KiB
Plaintext

[
Expression {
expr: MethodCall {
target: Variable(
Variable {
start: (
1,
7,
),
name: "foo",
end: (
1,
11,
),
},
),
method: Identifier(
Identifier {
start: (
1,
13,
),
name: "bar",
end: (
1,
16,
),
},
),
args: [],
},
},
Expression {
expr: MethodCall {
target: MethodCall {
target: Variable(
Variable {
start: (
1,
20,
),
name: "foo",
end: (
1,
24,
),
},
),
method: Identifier(
Identifier {
start: (
1,
26,
),
name: "bar",
end: (
1,
29,
),
},
),
args: [],
},
method: Identifier(
Identifier {
start: (
1,
33,
),
name: "baz",
end: (
1,
36,
),
},
),
args: [],
},
},
Expression {
expr: Call {
target: MethodCall {
target: Variable(
Variable {
start: (
1,
40,
),
name: "foo",
end: (
1,
44,
),
},
),
method: Identifier(
Identifier {
start: (
1,
46,
),
name: "bar",
end: (
1,
49,
),
},
),
args: [],
},
args: [],
},
},
]