We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
go tool compile successfully compiles the following program:
go tool compile
package a func (x int) _() { println(x) } func (x string) _() { println(x) }
It must not be compiled.
go version devel +514014c Thu Jun 18 15:54:35 2015 +0200 linux/amd64
The text was updated successfully, but these errors were encountered:
CL https://golang.org/cl/16866 mentions this issue.
Sorry, something went wrong.
8a34cf7
No branches or pull requests
go tool compile
successfully compiles the following program:It must not be compiled.
go version devel +514014c Thu Jun 18 15:54:35 2015 +0200 linux/amd64
The text was updated successfully, but these errors were encountered: