parser/tests/0049/ast.txt

34 lines
779 B
Plaintext
Raw Normal View History

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