Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect unbound variable access #2482

Closed
rowillia opened this issue Nov 23, 2016 · 1 comment
Closed

Detect unbound variable access #2482

rowillia opened this issue Nov 23, 2016 · 1 comment

Comments

@rowillia
Copy link
Contributor

if False:
    foo = 'hello world'
reveal_type(foo)  # Revealed type is 'builtins.str'

In the above example, foo should be undefined as not all branches define foo

@rwbarton
Copy link
Contributor

Duplicate of #2400.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants