Commit e22fa4f
authored
[ty] Fix method calls on subclasses of
## Summary
Another small win in terms of typing conformance. This should fix the
last remaining test in
[`specialtypes_any.py`](https://shark.fish/typing-conformance-report/specialtypes_any.html)
## Ecosystem
The new diagnostics look like true positives (in our current strict
interpretation of LSP checks)
## Test Plan
New Markdown testAny (#23248)1 parent fa56c15 commit e22fa4f
3 files changed
Lines changed: 20 additions & 22 deletions
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
236 | 251 | | |
237 | 252 | | |
238 | 253 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | 177 | | |
185 | 178 | | |
186 | 179 | | |
| |||
675 | 668 | | |
676 | 669 | | |
677 | 670 | | |
678 | | - | |
679 | | - | |
680 | | - | |
681 | | - | |
682 | | - | |
683 | | - | |
684 | | - | |
685 | | - | |
686 | | - | |
687 | | - | |
688 | | - | |
689 | 671 | | |
690 | 672 | | |
691 | 673 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6111 | 6111 | | |
6112 | 6112 | | |
6113 | 6113 | | |
6114 | | - | |
6115 | | - | |
6116 | | - | |
| 6114 | + | |
| 6115 | + | |
| 6116 | + | |
| 6117 | + | |
6117 | 6118 | | |
6118 | 6119 | | |
6119 | 6120 | | |
| |||
0 commit comments