roc/crates/compiler/test_syntax/tests/snapshots/pass/nested_if.expr.migrated.roc

10 lines
54 B
Text

if t1 {
1
}else if t2 {
2
} else {
3
}