parser/tests/0058/ast.txt
2022-11-30 00:43:37 +00:00

14 lines
208 B
Plaintext

[
Function {
name: Identifier {
name: "foo",
},
params: [],
body: [],
return_type: Some(
String,
),
by_ref: false,
},
]