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
None of these should error in JS checking. This may have to do with how we resolve function declarations in block bodies (i.e. we look them up in the containing function scope, not the block scope.
The text was updated successfully, but these errors were encountered:
Reported by @OliverJAsh in #16239:
None of these should error in JS checking. This may have to do with how we resolve function declarations in block bodies (i.e. we look them up in the containing function scope, not the block scope.
The text was updated successfully, but these errors were encountered: