]> Cypherpunks repositories - gostls13.git/commit
gc: var x, ok = m[y]
authorRuss Cox <rsc@golang.org>
Tue, 15 Dec 2009 22:26:33 +0000 (14:26 -0800)
committerRuss Cox <rsc@golang.org>
Tue, 15 Dec 2009 22:26:33 +0000 (14:26 -0800)
commit0282cc5e7437593787ccb8418b178c7e04870089
tree733cb6f9289b8026ddbd2ef769db02e0effc2425
parent84e7cb0611d439dc181a279c8650b700dd1735ca
gc: var x, ok = m[y]

Fixes #384.

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