parser/tests/fixtures/0049/ast.txt

50 lines
1.1 KiB
Plaintext
Raw Normal View History

[
Function {
name: Identifier {
start: (
1,
16,
),
name: "foo",
end: (
1,
19,
),
},
attributes: [],
params: [
Param {
name: Variable {
start: (
1,
51,
),
name: "b",
end: (
1,
53,
),
},
attributes: [],
type: Some(
Union(
[
String,
Array,
Iterable,
Callable,
],
),
),
variadic: false,
default: None,
flags: [],
by_ref: false,
},
],
body: [],
return_type: None,
by_ref: false,
},
]