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
This should raise a notice as static has no effect on global variables in D. This warning can be useful as it may be surprising to developers coming from C or C++, where static does have an effect on global variables.