parser/tests/fixtures/0048/ast.txt

70 lines
1.8 KiB
Plaintext
Raw Normal View History

[
Function(
Function {
start: (
1,
7,
),
end: (
1,
32,
),
name: Identifier {
start: (
1,
16,
),
name: "foo",
end: (
1,
19,
),
},
attributes: [],
parameters: FunctionParameterList {
start: (
1,
19,
),
end: (
1,
31,
),
members: [
FunctionParameter {
start: (
1,
20,
),
end: (
1,
29,
),
name: Variable {
start: (
1,
27,
),
name: "b",
end: (
1,
29,
),
},
attributes: [],
type: Some(
String,
),
variadic: false,
default: None,
by_ref: false,
},
],
},
return_type: None,
by_ref: false,
body: [],
},
),
]