]> Cypherpunks repositories - gostls13.git/commit
- filed bug: label identifiers should not be allowed to match
authorRobert Griesemer <gri@golang.org>
Thu, 24 Jul 2008 20:36:18 +0000 (13:36 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 24 Jul 2008 20:36:18 +0000 (13:36 -0700)
commit485d1bb3ed2fdaaba86e82ebf2dd0ef8b8337c13
tree402247d629d5bc59ef23991a1571459b6b5ee8c5
parentd544ddb5552a7b5603df81f16f28a6d6365d8ca4
- filed bug: label identifiers should not be allowed to match
other identifiers in the same scope.

R=r
OCL=13431
CL=13431
test/bugs/bug077.go [new file with mode: 0644]