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
One problem is that the parser creates a second scope with a second instance of i when the definition is parsed. That scope (along with the i instance that is later referenced) however is discarded in define_global because the existing forward declaration already has a scope...
The text was updated successfully, but these errors were encountered: