go/types.Func.Scope (method)

one use

	go/types (current package)
		object.go#L347: func (obj *Func) Scope() *Scope { return obj.typ.(*Signature).scope }