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

Arrays/DisallowImplicitArrayCreation: bug fix - recognize global statements #1623

Merged

Conversation

jrfnl
Copy link
Contributor

@jrfnl jrfnl commented Sep 28, 2023

While it may be unclear whether the variable imported via the global statement is an array, the variable does exist, so this is not implicit array creation.

Includes tests.

…ements

While it may be unclear whether the variable imported via the `global` statement is an array, the variable does exist, so this is not implicit array creation.

Includes tests.
@kukulich
Copy link
Contributor

Thanks.

@kukulich kukulich merged commit 5504980 into slevomat:master Sep 29, 2023
35 checks passed
@jrfnl jrfnl deleted the feature/disallowimplicitarraycreation-bug-fix branch October 1, 2023 17:30
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

Successfully merging this pull request may close these issues.

2 participants