mirror of
https://github.com/danog/parser.git
synced 2024-12-14 18:14:52 +01:00
19 lines
359 B
Plaintext
19 lines
359 B
Plaintext
|
[
|
||
|
BracedNamespace {
|
||
|
name: Some(
|
||
|
"Foo\Bar",
|
||
|
),
|
||
|
body: [
|
||
|
Function {
|
||
|
name: Identifier {
|
||
|
name: "foo",
|
||
|
},
|
||
|
params: [],
|
||
|
body: [],
|
||
|
return_type: None,
|
||
|
by_ref: false,
|
||
|
},
|
||
|
],
|
||
|
},
|
||
|
]
|