parser/tests/fixtures/0222/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

41 lines
836 B
Plaintext

[
Function(
Function {
start: (
3,
1,
),
end: (
0,
0,
),
name: Identifier {
start: (
3,
10,
),
name: "null",
end: (
3,
14,
),
},
attributes: [],
parameters: FunctionParameterList {
start: (
3,
14,
),
end: (
4,
1,
),
members: [],
},
return_type: None,
by_ref: false,
body: [],
},
),
]