gotools/gopls/internal/analysis/fillreturns/testdata/src/typeparams/a.go

package fillreturns

func hello[T any]() int {
	return
}