]> Cypherpunks repositories - gostls13.git/commit
undo 35108 (disallow parens around type in struct literal).
authorRuss Cox <rsc@golang.org>
Wed, 30 Sep 2009 04:21:14 +0000 (21:21 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 30 Sep 2009 04:21:14 +0000 (21:21 -0700)
commit6f1698774d7061d30fd74fca7dacde8ea77a39a5
treed76833b43ff7d2c7bc8f9035fc05f589783b353f
parentc51e184538d96ada6a3f0ff1c2d23fa810b313f1
undo 35108 (disallow parens around type in struct literal).
allow parens around [...]int in struct literal.

R=ken
OCL=35112
CL=35130
src/cmd/gc/go.y
src/pkg/reflect/all_test.go
test/fixedbugs/bug207.go [deleted file]
test/parentype.go