Initial commit: Go 1.23 release state
This commit is contained in:
5
test/fixedbugs/bug467.dir/p1.go
Normal file
5
test/fixedbugs/bug467.dir/p1.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package p1
|
||||
|
||||
type SockaddrUnix int
|
||||
|
||||
func (s SockaddrUnix) Error() string { return "blah" }
|
||||
Reference in New Issue
Block a user