import "cmd/compile/internal/test"
race.go test.go
func Issue55357()
Issue 55357: data race when building multiple instantiations of generic closures with _ parameters.
type T55357[T any] struct{}
func (q *T55357[T]) Count() (n int, rerr error)
func (q *T55357[T]) List() (list []T, rerr error)