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
I guess this might be harder to analyse, and it's not immediately clear to me what the correct algorithm is here (maybe "use statement appears anywhere at top level of function, not in an async block" is actually the right heuristic?)
The text was updated successfully, but these errors were encountered:
I've just raised #74 which contains a failing test case reproducing a situation I encountered at work which the analysers currently do not catch:
I guess this might be harder to analyse, and it's not immediately clear to me what the correct algorithm is here (maybe "
use
statement appears anywhere at top level of function, not in anasync
block" is actually the right heuristic?)The text was updated successfully, but these errors were encountered: