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

60 lines
1.3 KiB
Plaintext

[
Function {
name: Identifier {
start: (
1,
16,
),
name: "foo",
end: (
1,
19,
),
},
attributes: [],
params: [
Param {
name: Variable {
start: (
1,
20,
),
name: "n",
end: (
1,
22,
),
},
attributes: [],
type: None,
variadic: false,
default: None,
flags: [],
by_ref: false,
},
Param {
name: Variable {
start: (
1,
24,
),
name: "m",
end: (
1,
26,
),
},
attributes: [],
type: None,
variadic: false,
default: None,
flags: [],
by_ref: false,
},
],
body: [],
return_type: None,
by_ref: false,
},
]