parser/tests/0157/ast.txt
Saif Eddin Gmati b6c145f98e
fix: attributes support (#155)
Signed-off-by: azjezz <azjezz@protonmail.com>
2022-12-04 16:12:23 +01:00

20 lines
391 B
Plaintext

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