2022-12-02 19:00:16 +01:00
|
|
|
[
|
|
|
|
BracedNamespace {
|
|
|
|
name: Some(
|
|
|
|
"Foo\Bar",
|
|
|
|
),
|
|
|
|
body: [
|
|
|
|
Function {
|
|
|
|
name: Identifier {
|
|
|
|
name: "foo",
|
|
|
|
},
|
2022-12-04 16:12:23 +01:00
|
|
|
attributes: [],
|
2022-12-02 19:00:16 +01:00
|
|
|
params: [],
|
|
|
|
body: [],
|
|
|
|
return_type: None,
|
|
|
|
by_ref: false,
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
]
|