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

43 lines
873 B
Plaintext

[
Function(
Function {
start: (
1,
7,
),
end: (
1,
28,
),
name: Identifier {
start: (
1,
16,
),
name: "a",
end: (
1,
17,
),
},
attributes: [],
parameters: FunctionParameterList {
start: (
1,
17,
),
end: (
1,
19,
),
members: [],
},
return_type: Some(
False,
),
by_ref: false,
body: [],
},
),
]