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
The local variables in the generated code are accessed by index, this won't work for with statement where the scope is dynamic. To solve this it needs to use runtime functions for searching variables by name from the current scope if it is inside with statement.