Sign in
go
/
go
/
6796a7924c20d2c58b0cf78766b94543abfadc1b
/
.
/
test
/
typeparam
/
issue47514c.dir
/
a.go
blob: 782b1d2a4f83af530938cf484c0c4ce1f2257d18 [
file
] [
log
] [
blame
]
package a
type Doer[T any] interface {
Do() T
}