Source file test/typeparam/issue47514c.dir/a.go

     1  package a
     2  
     3  type Doer[T any] interface {
     4  	Do() T
     5  }
     6  

View as plain text