parser/tests/fixtures/0255/ast.txt

41 lines
852 B
Plaintext
Raw Normal View History

[
Function(
Function {
start: (
3,
1,
),
end: (
3,
26,
),
name: Identifier {
start: (
3,
10,
),
name: "route\xc3\x80ction",
end: (
3,
22,
),
},
attributes: [],
parameters: FunctionParameterList {
start: (
3,
22,
),
end: (
3,
25,
),
members: [],
},
return_type: None,
by_ref: false,
body: [],
},
),
]