Address PR comments from @ayazhafiz

This commit is contained in:
Sam Mohr 2024-10-29 15:40:43 -07:00
parent c19cfb0a34
commit 66cc96edbb
No known key found for this signature in database
GPG key ID: EA41D161A3C1BC99
8 changed files with 40 additions and 141 deletions

View file

@ -106,17 +106,4 @@ fn early_return_solo() {
identity,
true
);
assert_evals_to!(
r#"
identity = \x ->
return x
identity 123
"#,
123,
i64,
identity,
true
);
}