2022-11-30 01:43:37 +01:00
|
|
|
[
|
|
|
|
Function {
|
|
|
|
name: Identifier {
|
2022-12-05 17:53:41 +01:00
|
|
|
start: (
|
|
|
|
1,
|
|
|
|
16,
|
|
|
|
),
|
2022-11-30 01:43:37 +01:00
|
|
|
name: "foo",
|
2022-12-05 17:53:41 +01:00
|
|
|
end: (
|
|
|
|
1,
|
|
|
|
19,
|
|
|
|
),
|
2022-11-30 01:43:37 +01:00
|
|
|
},
|
2022-12-04 16:12:23 +01:00
|
|
|
attributes: [],
|
2022-11-30 01:43:37 +01:00
|
|
|
params: [
|
|
|
|
Param {
|
|
|
|
name: Variable {
|
2022-12-05 17:53:41 +01:00
|
|
|
start: (
|
|
|
|
1,
|
|
|
|
27,
|
|
|
|
),
|
2022-11-30 01:43:37 +01:00
|
|
|
name: "b",
|
2022-12-05 17:53:41 +01:00
|
|
|
end: (
|
|
|
|
1,
|
|
|
|
29,
|
|
|
|
),
|
2022-11-30 01:43:37 +01:00
|
|
|
},
|
2022-12-04 16:12:23 +01:00
|
|
|
attributes: [],
|
2022-11-30 01:43:37 +01:00
|
|
|
type: Some(
|
|
|
|
String,
|
|
|
|
),
|
|
|
|
variadic: false,
|
|
|
|
default: None,
|
|
|
|
flags: [],
|
|
|
|
by_ref: false,
|
|
|
|
},
|
|
|
|
],
|
|
|
|
body: [],
|
|
|
|
return_type: None,
|
|
|
|
by_ref: false,
|
|
|
|
},
|
|
|
|
]
|