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
[Statement checker] Eliminate state for defer-at-end-of-block warning.
The statement checker tracked whether we were in the outermost brace
statement of a top-level code declaration solely to suppress a warning
about `defer` being at the end of a block. Compute this information
directly, when we need it, to eliminate the state.
0 commit comments