Go version
go 1.26.1 + tip at cbc2d06
Output of go env in your module/workspace:
What did you do?
package p
type I[T any] interface {
M() interface{ I[*T] }
}
ran go build on the above
What did you see happen?
go build command doesn't terminate
What did you expect to see?
go build command terminates
Go version
go 1.26.1 + tip at cbc2d06
Output of
go envin your module/workspace:What did you do?
ran
go buildon the aboveWhat did you see happen?
go build command doesn't terminate
What did you expect to see?
go build command terminates