Support unification of extension types with uninhabited branches

This commit is contained in:
Ayaz Hafiz 2022-09-19 10:32:39 -05:00
parent 8a42d60ca2
commit be853b65c5
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
4 changed files with 83 additions and 9 deletions

View file

@ -4275,7 +4275,7 @@ mod solve_expr {
x
"#
),
"[Empty, Foo Bar I64]",
"[Empty, Foo [Bar] I64]",
);
}
@ -7788,7 +7788,7 @@ mod solve_expr {
Ok s -> s
"#
),
"",
"Str",
);
}
}