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