mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
Address PR comments from @ayazhafiz
This commit is contained in:
parent
c19cfb0a34
commit
66cc96edbb
8 changed files with 40 additions and 141 deletions
|
@ -106,17 +106,4 @@ fn early_return_solo() {
|
|||
identity,
|
||||
true
|
||||
);
|
||||
|
||||
assert_evals_to!(
|
||||
r#"
|
||||
identity = \x ->
|
||||
return x
|
||||
|
||||
identity 123
|
||||
"#,
|
||||
123,
|
||||
i64,
|
||||
identity,
|
||||
true
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue