]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix a typo in assignment mismatch error
authorAgniva De Sarker <agnivade@yahoo.co.in>
Thu, 7 Feb 2019 07:41:12 +0000 (13:11 +0530)
committerDaniel Martí <mvdan@mvdan.cc>
Tue, 26 Feb 2019 18:50:48 +0000 (18:50 +0000)
commit39fa3f171c7b790a3f8f22d8398fdf67d680b5a7
tree05a74e1e882b2a8d4c769fa585eccb0dbe4bb3e1
parent576a3c61d9a0960565e068732c26f8fa96314f7a
cmd/compile: fix a typo in assignment mismatch error

Fixes #30087

Change-Id: Ic6d80f8e6e1831886af8613420b1bd129a1b4850
Reviewed-on: https://go-review.googlesource.com/c/161577
Reviewed-by: Robert Griesemer <gri@golang.org>
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/typecheck.go
test/fixedbugs/issue30087.go [new file with mode: 0644]