parser/tests/fixtures/0050/ast.txt
azjezz 479f51913c
chore: remove build script
Signed-off-by: azjezz <azjezz@protonmail.com>
2022-12-05 18:36:04 +01:00

41 lines
871 B
Plaintext

[
Function {
name: Identifier {
start: (
1,
16,
),
name: "foo",
end: (
1,
19,
),
},
attributes: [],
params: [
Param {
name: Variable {
start: (
1,
23,
),
name: "bar",
end: (
1,
27,
),
},
attributes: [],
type: None,
variadic: true,
default: None,
flags: [],
by_ref: false,
},
],
body: [],
return_type: None,
by_ref: false,
},
]