]> Cypherpunks repositories - gostls13.git/commit
gc: correct type check for x, ok map assignment
authorRuss Cox <rsc@golang.org>
Wed, 25 Nov 2009 00:11:48 +0000 (16:11 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 25 Nov 2009 00:11:48 +0000 (16:11 -0800)
commitb7c4314ecb87ee18d6dd8bc12f75bc1716f5ce88
tree7604f6d4e1f70a73c4acaf6937c9d8d23157d701
parent6c827cb412820ab5198ae81171803126ca1b0964
gc: correct type check for x, ok map assignment

Fixes #288.

R=ken2
https://golang.org/cl/157162
src/cmd/gc/typecheck.c
test/fixedbugs/bug220.go [new file with mode: 0644]