Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spec: for struct types, clarify field "name" and "scope" of field names/selectors #10953

Open
griesemer opened this issue May 26, 2015 · 0 comments

Comments

@griesemer
Copy link
Contributor

Field names are identifiers "declared" with a struct type definition. The section of struct types could be clearer with respect to what a "field name" is. E.g.: struct{T} vs struct {T T} vs struct {t T} .

Also, the "scope" of field names/selectors is not explicitly defined. Determine if there's any clarification needed.

@griesemer griesemer self-assigned this May 26, 2015
@griesemer griesemer added this to the Unplanned milestone May 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant