From: Robert Griesemer Date: Wed, 9 Mar 2022 20:58:50 +0000 (-0800) Subject: spec: remove note re: field accesses on type literals X-Git-Tag: go1.19beta1~1103 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=00535b839841227ba60c2de78fbf767088f865bc;p=gostls13.git spec: remove note re: field accesses on type literals For #51576. Change-Id: I43f72c3fb618e724d46360a70ab9f8abc3d63273 Reviewed-on: https://go-review.googlesource.com/c/go/+/391137 Trust: Robert Griesemer Reviewed-by: Ian Lance Taylor --- diff --git a/doc/go_spec.html b/doc/go_spec.html index cfbb17e3bb..d241dada72 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -3289,10 +3289,6 @@ f.p[i].x()

Selectors

-

-[This section is missing rules for x.f where x's type is a type parameter and f is a field.] -

-

For a primary expression x that is not a package name, the