We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gc fails on the following program:
package a func f() { switch nil { } }
go.go:4: use of untyped nil
The program is correct and must be compiled without errors.
go version devel +9b04852 Sat Jul 11 00:08:50 2015 +0000 linux/amd64