-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
bugmypy got something wrongmypy got something wrongtopic-pep-604PEP 604 (union | operator)PEP 604 (union | operator)topic-type-aliasTypeAlias and other type alias issuesTypeAlias and other type alias issues
Description
from __future__ import annotations
from typing import Literal
Foo = Literal[1, 2]
Bar = Foo | Literal[3] # error: Unsupported left operand type for | ("object")
https://mypy-play.net/?mypy=latest&python=3.10&gist=3a429dfa3e9e3b692aac25887027ab69
KotlinIsland, krassowski, Avasam and Luk-kar
Metadata
Metadata
Assignees
Labels
bugmypy got something wrongmypy got something wrongtopic-pep-604PEP 604 (union | operator)PEP 604 (union | operator)topic-type-aliasTypeAlias and other type alias issuesTypeAlias and other type alias issues