]> Cypherpunks.ru repositories - gostls13.git/commit
The scope rules have been clarified to indicate that a
authorIan Lance Taylor <iant@golang.org>
Mon, 17 Nov 2008 20:19:02 +0000 (12:19 -0800)
committerIan Lance Taylor <iant@golang.org>
Mon, 17 Nov 2008 20:19:02 +0000 (12:19 -0800)
commitb1e8b5f5b715c9a4727bbfb1d32c852c7c8e9122
treea4ca81322eace9f869821b3feab0019da2c1d68c
parent5aa7dc5daf821d1bdacde2fe23523a5406c70e8e
The scope rules have been clarified to indicate that a
variable may only be named after the complete declaration,
including the initialization statements.

R=gri
DELTA=61  (16 added, 45 deleted, 0 changed)
OCL=19343
CL=19376
test/bugs/bug095.go [deleted file]
test/golden.out
test/varinit.go [new file with mode: 0644]