roc/crates/compiler/parse/tests/snapshots/pass/crash.expr.formatted.roc
2022-11-24 14:46:54 -06:00

10 lines
No EOL
123 B
Text

_ = crash ""
_ = crash "" ""
_ = crash 15 123
_ = try foo (\_ -> crash "")
_ =
_ = crash ""
crash
{ f: crash "" }