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
bad.go:4: use of [...] array outside of array literal
bad.go:5: internal compiler error: NumElem array [...]byte does not have bound yet
// stack trace omitted
This is an easy fix -- just check nerrors before calling NumElem. This is a reminder issue to fix for 1.8.
The text was updated successfully, but these errors were encountered:
compiled yields:
This is an easy fix -- just check nerrors before calling NumElem. This is a reminder issue to fix for 1.8.
The text was updated successfully, but these errors were encountered: