]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: disallow selectors to the blank identifier
authorDaniel Morsing <daniel.morsing@gmail.com>
Mon, 4 Mar 2013 16:01:42 +0000 (17:01 +0100)
committerDaniel Morsing <daniel.morsing@gmail.com>
Mon, 4 Mar 2013 16:01:42 +0000 (17:01 +0100)
commitb65acaeab24b1d93a765cbd0c53d1b6a0d7bb496
tree3266a16f3982acd96aaba27a20d42ce90f98938f
parentcea46387b9c042ea19d0b30c7accf0f9a45d8e11
cmd/gc: disallow selectors to the blank identifier

Fixes #4941.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/7415051
src/cmd/gc/typecheck.c
test/blank1.go