]> Cypherpunks repositories - gostls13.git/commit
go/types: set type of lhs ident in type switch guards
authorRobert Griesemer <gri@golang.org>
Mon, 14 Jan 2013 23:25:42 +0000 (15:25 -0800)
committerRobert Griesemer <gri@golang.org>
Mon, 14 Jan 2013 23:25:42 +0000 (15:25 -0800)
commit0822a62cb76e347a4ac2a8731e7d24b4c894f79f
tree876beaf44914220c7b24bf038f7c3fb5374c2e6f
parent5e5c0a9fbb3adf832fe5eb7d47883318a73c8400
go/types: set type of lhs ident in type switch guards

(bug fix)

R=adonovan
CC=golang-dev
https://golang.org/cl/7098059
src/pkg/go/types/stmt.go