Commit a57d3b0
authored
Fix incorrect fast path in is_same_type() (#20874)
Although it is unlikely to ever matter, this is technically not correct
since we started narrowing upper bounds a while ago (this is already
handled correctly in the subtype/meet/join visitors).1 parent fae0084 commit a57d3b0
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
275 | 280 | | |
276 | 281 | | |
277 | 282 | | |
| |||
0 commit comments