cmd/go2go: panic in type checker #43526
Open
Comments
This works fine with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Go are you using (
go version
)?go2go playground
Does this issue reproduce with the latest release?
N/A
What operating system and processor architecture are you using (
go env
)?N/A
What did you do?
https://go2goplay.golang.org/p/VH5SLJNxw3X
What did you expect to see?
An error message about the nonsense line
m[int] = 123
What did you see instead?
Panic - from the type checker according to @ianlancetaylor here.
The text was updated successfully, but these errors were encountered: