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

71 lines
1.5 KiB
Plaintext

[
Namespace {
name: Identifier {
start: (
3,
11,
),
name: "Foo\Bar",
end: (
3,
18,
),
},
body: [
Noop,
Function {
name: Identifier {
start: (
5,
10,
),
name: "foo",
end: (
5,
13,
),
},
attributes: [],
params: [],
body: [],
return_type: None,
by_ref: false,
},
],
},
Namespace {
name: Identifier {
start: (
7,
11,
),
name: "Foo\Baz",
end: (
7,
18,
),
},
body: [
Noop,
Function {
name: Identifier {
start: (
9,
10,
),
name: "foo",
end: (
9,
13,
),
},
attributes: [],
params: [],
body: [],
return_type: None,
by_ref: false,
},
],
},
]