parser/tests/fixtures/0035/ast.txt

41 lines
836 B
Plaintext
Raw Normal View History

[
Function(
Function {
start: (
1,
7,
),
end: (
0,
0,
),
name: Identifier {
start: (
1,
16,
),
name: "foo",
end: (
1,
19,
),
},
attributes: [],
parameters: FunctionParameterList {
start: (
1,
19,
),
end: (
1,
22,
),
members: [],
},
return_type: None,
by_ref: false,
body: [],
},
),
]