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
Semshi is doing the expected behavior here and this is why you should avoid import * statements. Because semshi analyzes the file rather statically, without other modules/files taken into consideration, there is no way for semshi to know whether a symbol exists in the global namespace or not.
This runs perfectly fine but shows an error when syntax highlighted.
The text was updated successfully, but these errors were encountered: