]> Cypherpunks repositories - gostls13.git/commit
go/types: fix bad variable shadowing in offsetsof
authorJosh Bleecher Snyder <josharian@gmail.com>
Mon, 29 Aug 2016 23:19:23 +0000 (16:19 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Tue, 30 Aug 2016 00:17:42 +0000 (00:17 +0000)
commit6c6ad08eb920d02947410919889229bbfa8c9915
tree13a698f7dc4d5c9fab917d9e60ce76a064fd400d
parent67ea710792eabdae1182e2bf4845f512136cccce
go/types: fix bad variable shadowing in offsetsof

Introduced in CL 26995.

Fixes #16902

Change-Id: I8e749f598167e1f8b82cd5e735a7eb5291362e5e
Reviewed-on: https://go-review.googlesource.com/28070
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
src/go/types/sizes.go
src/go/types/sizes_test.go