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

Var 'declared' with local scope. #256

Closed
ryaneberly opened this issue Mar 11, 2017 · 0 comments
Closed

Var 'declared' with local scope. #256

ryaneberly opened this issue Mar 11, 2017 · 0 comments

Comments

@ryaneberly
Copy link
Contributor

A var that is first used in assignment in the local scope, and then later unscoped flags a MISSING_VAR message. It should flag an issue with mixed scope declarations instead (new).

Example:

local.foo = 123;
foo = 123;
ryaneberly added a commit that referenced this issue Mar 28, 2017
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

1 participant