go/types.Scope.Innermost (method)
4 uses
go/types (current package)
eval.go#L70: if scope = fscope.Innermost(pos); scope != nil {
scope2.go#L52: func (s *Scope) Innermost(pos token.Pos) *Scope {
scope2.go#L57: if inner := s.Innermost(pos); inner != nil {
scope2.go#L66: return s.Innermost(pos)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)