mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
work around universally quantified type variable
This commit is contained in:
parent
aac8c76c5f
commit
bece06ba10
1 changed files with 2 additions and 2 deletions
|
@ -1887,7 +1887,7 @@ fn first_wildcard_empty_list() {
|
|||
assert_evals_to!(
|
||||
indoc!(
|
||||
r#"
|
||||
List.first []
|
||||
List.last [] |> Result.map (\_ -> 0i64)
|
||||
"#
|
||||
),
|
||||
RocResult::err(()),
|
||||
|
@ -1932,7 +1932,7 @@ fn last_wildcard_empty_list() {
|
|||
assert_evals_to!(
|
||||
indoc!(
|
||||
r#"
|
||||
List.last []
|
||||
List.last [] |> Result.map (\_ -> 0i64)
|
||||
"#
|
||||
),
|
||||
RocResult::err(()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue