-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmd/go2go: instantiate generic redeclared in this block #39653
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Comments
This looks like a bug in the translator part (type checking is fine). |
Change https://golang.org/cl/238618 mentions this issue: |
Thanks, this should be fixed now. |
gopherbot
pushed a commit
that referenced
this issue
Jun 17, 2020
Fixes #39653 Change-Id: I98fd1bd4f0deccb5b4c2ed0d67d508c7f0117839 Reviewed-on: https://go-review.googlesource.com/c/go/+/238618 Reviewed-by: Ian Lance Taylor <iant@golang.org>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
What version of Go are you using (
go version
)?go2goplay.golang.org
What did you do?
https://go2goplay.golang.org/p/s37l9l0m7Du
What did you expect to see?
Something like
Dim(Dim(Dim(End)))
except mangled as successful outputWhat did you see instead?
The following error:
This is either an incorrect error (if the code should be fine) or an error message that I am unable to interpret to be able to figure out what I did wrong.
The text was updated successfully, but these errors were encountered: