You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this issue reproduce with the latest release?
Yes, it reproduces in Go Playground as well.
What operating system and processor architecture are you using (go env)?
MacOS, 64 bit but this reproduces on Linux and Go Playground as well.
What did you do?
I have a program that has the same variable name nested four times and it seems that Go does not consider the last one for some reason. I am not sure if maybe this is just a bug with some type of compiler validation or linter.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes, it reproduces in Go Playground as well.
What operating system and processor architecture are you using (
go env
)?MacOS, 64 bit but this reproduces on Linux and Go Playground as well.
What did you do?
I have a program that has the same variable name nested four times and it seems that Go does not consider the last one for some reason. I am not sure if maybe this is just a bug with some type of compiler validation or linter.
You can see the behavior here:
https://play.golang.org/p/zNmdyH3Owl_W
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: