Report errors for identifiers not bound in all patterns of a branch

This commit is contained in:
Ayaz Hafiz 2022-07-21 12:15:05 -04:00
parent ce8b50caea
commit 78dc82867a
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
6 changed files with 154 additions and 20 deletions

View file

@ -7370,11 +7370,11 @@ mod solve_expr {
"#
),
@r###"
A "" : [A Str, B Str]
x : Str
x : Str
x : Str
"###
A "" : [A Str, B Str]
x : Str
x : Str
x : Str
"###
);
}
}