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

39 lines
892 B
Plaintext

[
If {
condition: Variable(
Variable {
start: (
1,
10,
),
name: "foo",
end: (
1,
14,
),
},
),
then: [
Return {
value: Some(
Variable(
Variable {
start: (
1,
23,
),
name: "foo",
end: (
1,
27,
),
},
),
),
},
],
else_ifs: [],
else: None,
},
]