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
Nicos-MacBook-Pro:gong thakis$ cat tst.go
package p
type a struct {
a int
}
func main() {
av := a{};
*a(av);
}
Nicos-MacBook-Pro:gong thakis$ ~/src/go/bin/go build tst.go
# command-line-arguments
./tst.go:4: internal compiler error: dowidth: unknown type: a int
This is with today's go:
Nicos-MacBook-Pro:gong thakis$ ~/src/go/bin/go version
go version devel +107e46216b58 Fri Nov 23 19:58:46 2012 +0800
It doesn't happen on http://play.golang.org/p/w-3VM1pvUZ , so this might be a recent
regression.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: