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

15 lines
229 B
Plaintext

[
Function {
name: Identifier {
name: "a",
},
attributes: [],
params: [],
body: [],
return_type: Some(
False,
),
by_ref: false,
},
]