parser/tests/fixtures/0222/ast.txt
2022-12-06 09:51:13 +01:00

41 lines
836 B
Plaintext

[
Function(
Function {
start: (
3,
1,
),
end: (
6,
1,
),
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: [],
},
),
]