Source file test/fixedbugs/bug467.dir/p1.go 1 package p1 2 3 type SockaddrUnix int 4 5 func (s SockaddrUnix) Error() string { return "blah" } 6 View as plain text