roc/crates/compiler/parse/tests/snapshots/pass/nested_if.expr.roc

6 lines
44 B
Text

if t1 then
1
else if t2 then
2
else
3