Created
February 4, 2025 07:23
-
-
Save mypy-play/2490355957c6c7f648a9c1e28f0b052f to your computer and use it in GitHub Desktop.
Shared via mypy Playground
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
def func() -> dict[str, str]: | |
x = {} ## error here for annot | |
return x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Possible refinement bug