mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Update reporting tests
This commit is contained in:
parent
058d1f0b5d
commit
7b87d0093e
1 changed files with 2 additions and 2 deletions
|
@ -11777,7 +11777,7 @@ All branches in an `if` must have the same type!
|
|||
|
||||
This `when` does not cover all the possibilities:
|
||||
|
||||
4│> when [] is
|
||||
4│> when [] is
|
||||
5│> [.., A, ..] -> ""
|
||||
|
||||
Other possibilities include:
|
||||
|
@ -11811,7 +11811,7 @@ All branches in an `if` must have the same type!
|
|||
|
||||
This `when` does not cover all the possibilities:
|
||||
|
||||
4│> when [] is
|
||||
4│> when [] is
|
||||
5│> [A, .., .., B] -> ""
|
||||
|
||||
Other possibilities include:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue