Commit 7ca9e3d
authored
Fix MustCombineARecord explanation (#2244)
This bug manifested as an incorrect type error explanation:
You supplied this expression as one of the arguments:
↳ { x = 1 }
... which is not a record, but is actually a:
↳ Type
────────────────────────────────────────────────────────────────────────────────
1│ { x = 1 } /\ {}
This issue was reported in
#2238.1 parent 520ab0b commit 7ca9e3d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
774 | 774 | | |
775 | 775 | | |
776 | 776 | | |
777 | | - | |
| 777 | + | |
778 | 778 | | |
779 | 779 | | |
780 | 780 | | |
| |||
0 commit comments