parser/tests/fixtures/0164/ast.txt
2022-12-06 09:51:13 +01:00

101 lines
2.6 KiB
Plaintext

[
BracedNamespace {
name: None,
body: [
Function(
Function {
start: (
4,
5,
),
end: (
4,
21,
),
name: Identifier {
start: (
4,
14,
),
name: "foo",
end: (
4,
17,
),
},
attributes: [],
parameters: FunctionParameterList {
start: (
4,
17,
),
end: (
4,
20,
),
members: [],
},
return_type: None,
by_ref: false,
body: [],
},
),
],
},
BracedNamespace {
name: Some(
Identifier {
start: (
7,
11,
),
name: "a",
end: (
7,
13,
),
},
),
body: [
Function(
Function {
start: (
8,
5,
),
end: (
8,
21,
),
name: Identifier {
start: (
8,
14,
),
name: "foo",
end: (
8,
17,
),
},
attributes: [],
parameters: FunctionParameterList {
start: (
8,
17,
),
end: (
8,
20,
),
members: [],
},
return_type: None,
by_ref: false,
body: [],
},
),
],
},
]