You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add tests for if/loop condition undefined array (#211)
* Add tests for undefined arrays inside if conditions
* Add test for while loop as well
* Correct tests to allow undefined after array assign
This actually matches the current behavior for non-array variables. It's
sometimes wrong, but further determination would require runtime
checking or static analysis.
0 commit comments