pyrefly
pyrefly copied to clipboard
Uninitialized locals check
def foo():
x # <- This should error
x = 5
This is partially supported for cases like x: int or x = 1; del x, but the specific example in the issue doesn't work yet so keeping this issue open