]> Cypherpunks repositories - gostls13.git/commit
6g bug: no need for parens around array index expression
authorRobert Griesemer <gri@golang.org>
Tue, 27 Apr 2010 20:09:32 +0000 (13:09 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 27 Apr 2010 20:09:32 +0000 (13:09 -0700)
commitd971f717031a8a95ab905ca79f0aee2215c25993
tree7a704e52f05711b398f6f553a96527548602322d
parent48ccf8247e312098592ac1c07499238652ddb9d4
6g bug: no need for parens around array index expression
where index is a composite literal

R=rsc
CC=golang-dev
https://golang.org/cl/961044
test/bugs/bug267.go [new file with mode: 0644]
test/golden.out