parser/tests/0158/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

35 lines
744 B
Plaintext

[
Namespace {
name: "Foo\Bar",
body: [
Noop,
Function {
name: Identifier {
name: "foo",
},
attributes: [],
params: [],
body: [],
return_type: None,
by_ref: false,
},
],
},
Namespace {
name: "Foo\Baz",
body: [
Noop,
Function {
name: Identifier {
name: "foo",
},
attributes: [],
params: [],
body: [],
return_type: None,
by_ref: false,
},
],
},
]