Descriptioncmd/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 issue 3616.
Patch Set 1 #Patch Set 2 : diff -r 393bec50494e https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 725390604796 https://go.googlecode.com/hg/ #MessagesTotal messages: 3
|