parser/tests/fixtures/0058/ast.txt
Saif Eddin Gmati 9a2a903fb9
chore: refactor ast (#162)
Signed-off-by: azjezz <azjezz@protonmail.com>
2022-12-06 09:33:29 +01:00

43 lines
875 B
Plaintext

[
Function(
Function {
start: (
1,
7,
),
end: (
0,
0,
),
name: Identifier {
start: (
1,
16,
),
name: "foo",
end: (
1,
19,
),
},
attributes: [],
parameters: FunctionParameterList {
start: (
1,
19,
),
end: (
1,
21,
),
members: [],
},
return_type: Some(
String,
),
by_ref: false,
body: [],
},
),
]