roc/crates/compiler/parse/tests/snapshots/pass/when_in_function.expr.roc
Joshua Warner ada8af25cc Correct indentation for when expressions
... and simultaneously remove the need for State::indent_column field / multiline tracking in blankspace.rs.

Fixes #2889
2022-07-17 19:26:33 -07:00

3 lines
No EOL
46 B
Text

func = \x -> when n is
0 -> 0
42