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
rsc
changed the title
cmd/compile: The compiler issues an error message for a goto jumping over type or const declaration
cmd/compile: spurious error for goto jumping over non-var declarations
May 17, 2016
The compiler issues an error message for a goto jumping over type or const declaration, like
The specification forbids only jumping over variable declarations.
The text was updated successfully, but these errors were encountered: