mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
fix openness inference for empty tag
This commit is contained in:
parent
3abc276937
commit
7180a93273
2 changed files with 21 additions and 3 deletions
|
@ -3,5 +3,5 @@ app "test" provides [main] to "./platform"
|
|||
walkHelp : {} -> [Continue {}, Break []]
|
||||
|
||||
main = when walkHelp {} is
|
||||
# ^^^^^^^^^^^ [Break [], Continue {}]
|
||||
# ^^^^^^^^^^^ [Break []w_a, Continue {}]
|
||||
Continue {} -> {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue