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