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
package main
func main()(){
var si []i32
si = []i32{}
}
output:
panic: runtime error: index out of range
goroutine 1 [running, locked to thread]:
main.yyParse(0x976a60, 0xc42009c0f0, 0xc42009c0f0)
/home/reash/go/src/github.com/skycoin/cx/cxgo/cxgo.go:2169 +0xbbba
main.main()
/home/reash/go/src/github.com/skycoin/cx/cxgo/cxgo.nn.go:8584 +0x1640
Old repo issue:
asahi3g commented on Dec 14, 2018
output:
Resolution:
ingwal closed this in 0b428b9 on Feb 11, 2019
The text was updated successfully, but these errors were encountered: