]> Cypherpunks.ru repositories - gostls13.git/commit
gc: remove type elision in struct literals
authorRuss Cox <rsc@golang.org>
Mon, 5 Dec 2011 19:22:41 +0000 (14:22 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 5 Dec 2011 19:22:41 +0000 (14:22 -0500)
commit5cb1c82d961a1b2e70b34492e51cc42292913781
tree6bf91da8f57c35aa353b2b3da71db6f44dbb17c9
parent98553f1422392f135989e0daafab352b66c561c2
gc: remove type elision in struct literals

R=ken2
CC=golang-dev
https://golang.org/cl/5437136
src/cmd/gc/typecheck.c
test/complit.go
test/complit1.go