Closed uhthomas closed 4 years ago
@griesemer @ianlancetaylor
This is a bug in the translator part. Type-checking is fine.
Change https://golang.org/cl/238623 mentions this issue: [dev.go2go] go/go2go: accept slash in an instantiated type name
Thanks. This should be fixed now.
What version of Go are you using (
go version
)?https://go2goplay.golang.org/
Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?https://go2goplay.golang.org/
What did you do?
Using an argument type
*url.Error
results in a failed build.See https://go2goplay.golang.org/p/A6CO8Vj3Awk
What did you expect to see?
A successful build.
What did you see instead?