parser/tests/0157/ast.txt

20 lines
391 B
Plaintext
Raw Normal View History

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