parser/tests/0157/ast.txt

19 lines
359 B
Plaintext
Raw Normal View History

[
BracedNamespace {
name: Some(
"Foo\Bar",
),
body: [
Function {
name: Identifier {
name: "foo",
},
params: [],
body: [],
return_type: None,
by_ref: false,
},
],
},
]