]> Cypherpunks repositories - gostls13.git/commit
disallow parens around type in struct literal syntax,
authorRuss Cox <rsc@golang.org>
Tue, 29 Sep 2009 23:05:44 +0000 (16:05 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 29 Sep 2009 23:05:44 +0000 (16:05 -0700)
commit9c3c140984ca47f85c4f559ba3634beef5a29a7b
tree0d3d1588e142af19844eeef45633c69643cbc33b
parent8f8b735295702ee1dd8632c44aed96c087b5b085
disallow parens around type in struct literal syntax,
per discussion with gri.

R=ken
OCL=35108
CL=35108
src/cmd/gc/go.y
src/pkg/reflect/all_test.go
test/fixedbugs/bug207.go [new file with mode: 0644]
test/parentype.go