parser/tests/fixtures/0092/ast.txt

43 lines
872 B
Plaintext
Raw Normal View History

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