parser/tests/fixtures/0255/ast.txt
Saif Eddin Gmati 6a6d4d0e5f
chore: refactor ident and dynamic var parsers (#192)
Signed-off-by: azjezz <azjezz@protonmail.com>
2022-12-10 15:24:55 +01:00

37 lines
768 B
Plaintext

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