-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stubtest: Abstract properties are not detected #13646
Comments
I thought you already fixed this in #13323 (comment)? It just hasn't been released yet? |
Sorry, I did not mention: I am using mypy/mypy/test/teststubtest.py Lines 1391 to 1403 in 0f17aff
But, for some reason the example above is not reported. |
Oh, this is why: class AP1:
def some(self) -> int: ... We miss |
Got it. |
Closes #13646 Co-authored-by: Shantanu <[email protected]>
Code:
Stub:
No errors are shown.
It should raise an error about abstract state mismatch.
Realted python/typeshed#8726
The text was updated successfully, but these errors were encountered: