[release-branch.go1] cmd/gc: make append(nil, x) error more precise
««« backport 4732bf6f874f cmd/gc: make append(nil, x) error more precise Before: ./x.go:6: first argument to append must be slice; have nil After: ./x.go:6: first argument to append must be typed slice; have untyped nil Fixes #3616. R=ken2 CC=golang-dev https://golang.org/cl/6209067 »»»
Showing
Please register or sign in to comment