]> Cypherpunks repositories - gostls13.git/commit
go/types, types2: mention type decl scopes in Info.Scopes documentation
authorRobert Findley <rfindley@google.com>
Tue, 11 Jan 2022 17:53:25 +0000 (12:53 -0500)
committerRobert Findley <rfindley@google.com>
Tue, 11 Jan 2022 18:17:05 +0000 (18:17 +0000)
commita20724d63425ccb871c57d45e2401af2401518bc
tree478e8b67c3f3b17062f16a307cd8e817bc5ebad5
parent1abe9c1c73739786bb927342c4072e229affea8f
go/types, types2: mention type decl scopes in Info.Scopes documentation

We now may have a scope associated with a type declaration, so need to
update our API documentation accordingly.

Change-Id: Ic66dc3b7cd1969b25fb7c4bee986d76ab3544042
Reviewed-on: https://go-review.googlesource.com/c/go/+/377655
Trust: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
Reviewed-by: Robert Griesemer <gri@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/compile/internal/types2/api.go
src/go/types/api.go