mirror of https://github.com/golang/go.git
Added an accessor function to go/types:
// TParams returns the type parameters of the named type t, or nil.
func (t *Named) TParams() []*TypeName { return t.tparams }
Change-Id: Ife2322c73dd6eaecaed42655a57a37541661d1ed
|
||
|---|---|---|
| .. | ||
| g001.go2 | ||
| g001.out | ||
| g002.go2 | ||
| g002.out | ||
| g003.go2 | ||