alexkoay

Results 1 issues of alexkoay

**Bug Report** Variables with narrowed types do not seem to be transferred into a nested function. **To Reproduce** ```python from typing import Optional def foo(value: Optional[int]) -> int: if value...

bug