You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example doesn't give an error, while it probably should:
fromtypingimportSelfclassC:
x: SelfclassD(C):
x: D# Note this is already unsafe, but it essentially same as #2353 (for methods)classE(D):
pass# This creates conflicting types for `x` from `C` and from `D`.
The text was updated successfully, but these errors were encountered:
This is a follow up for #14041
This example doesn't give an error, while it probably should:
The text was updated successfully, but these errors were encountered: