-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In particular: - The test case mentioned in the code passes without it - The test case changed seems to have more desirable behaviour now, consider: ``` from typing import Any """ class C: def __radd__(self, other) -> float: return 1.234 """ C: Any class D(C): pass reveal_type("str" + D()) ```
- Loading branch information
1 parent
7af3191
commit 09cdab4
Showing
3 changed files
with
2 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters