roc/compiler/parse/tests/snapshots/pass/nested_if.expr.roc
2021-12-23 19:39:54 -06:00

6 lines
44 B
Text

if t1 then
1
else if t2 then
2
else
3