You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. What is a short input program that triggers the error?
package main
func main() {
switch main() := interface{}(nil).(type) {
default:
}
}
2. What is the full compiler output?
ice.go:5: internal compiler error: newname nil
3. What version of the compiler are you using? (Run it with the -V flag.)
6g version 7276
The text was updated successfully, but these errors were encountered:
by robert.hencke:
The text was updated successfully, but these errors were encountered: