go/types.Scope.Parent (method)
3 uses
go/types (current package)
mono.go#L282: for scope := obj.Parent(); scope != root; scope = scope.Parent() {
scope.go#L46: func (s *Scope) Parent() *Scope { return s.parent }
stmt.go#L162: check.scope = check.scope.Parent()
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)