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

41 lines
837 B
Plaintext

[
Function(
Function {
start: (
3,
1,
),
end: (
3,
27,
),
name: Identifier {
start: (
3,
10,
),
name: "foo",
end: (
3,
13,
),
},
attributes: [],
parameters: FunctionParameterList {
start: (
3,
13,
),
end: (
3,
26,
),
members: [],
},
return_type: None,
by_ref: false,
body: [],
},
),
]