This commit is contained in:
Douglas Creager 2025-12-02 15:40:43 -05:00
parent d88120b187
commit 957304ec15
1 changed files with 1 additions and 0 deletions

View File

@ -329,6 +329,7 @@ from typing_extensions import overload
def f(x: str): ...
@overload
def f(x: int): ...
# TODO: no error
# (This is caused by a salsa cycle and how we union type inference results to avoid oscillations
# during cycle handling.)