Commit 289f7f0
committed
Skip multiple inheritance checks for "special" fields
We're skipping them for the override checks already. Re-using the
refactored function to also skip them during multiple inheritance
checks.
Newly added test is passing because we don't check methods in multiple
inheritance checks yet. Adding the test there to prevent regressions.1 parent 88fd8fd commit 289f7f0
2 files changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1985 | 1985 | | |
1986 | 1986 | | |
1987 | 1987 | | |
| 1988 | + | |
| 1989 | + | |
| 1990 | + | |
| 1991 | + | |
1988 | 1992 | | |
1989 | 1993 | | |
1990 | 1994 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
0 commit comments