(🐞) overlapping Callable
s are incorrectly joined into builtins.function
#17479
Labels
Callable
s are incorrectly joined into builtins.function
#17479
f2
is a valid() -> None
, this code should not produce any problemsif there is any concern that this is a duplicate of #17478, the difference is that this scenario is:
join( () -> None, (int=) -> None )
and #17479 is
join( () -> None, (int) -> None )
The text was updated successfully, but these errors were encountered: