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
Using an undefined variable is not expected to yield a warning if its occurrence is hidden behind a conditional operator. But this doesn't work when the variable is used inside a code block (```).
Using an undefined variable is not expected to yield a warning if its occurrence is hidden behind a conditional operator. But this doesn't work when the variable is used inside a code block (
```
).See the example gist.
The text was updated successfully, but these errors were encountered: