parser/tests/fixtures/0158/ast.txt

71 lines
1.5 KiB
Plaintext
Raw Normal View History

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