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

11 lines
137 B
Text

_ = crash("",)
_ = crash("","",)
_ = crash(15,123,)
_ = try(foo,(|_| crash("",)),)
_ =
{
_ = crash("",)
crash
}
{f: crash("",)}