parser/tests/0054/ast.txt

32 lines
704 B
Plaintext
Raw Normal View History

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