Commit be1b6a1
committed
TyperState#mergeConstraintWith: use the correct context
Previously, the code in the closure passed to `comparing` could have
been using the wrong context. I don't think this happened in practice so
far because comparingCtx was always equal to ctx but it will matter in the
next commit.1 parent 5ddd670 commit be1b6a1
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| |||
0 commit comments