Skip to content

Commit 00535b8

Browse files
committed
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 <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 6fb0731 commit 00535b8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

doc/go_spec.html

-4
Original file line numberDiff line numberDiff line change
@@ -3289,10 +3289,6 @@ <h3 id="Primary_expressions">Primary expressions</h3>
32893289

32903290
<h3 id="Selectors">Selectors</h3>
32913291

3292-
<p><b>
3293-
[This section is missing rules for x.f where x's type is a type parameter and f is a field.]
3294-
</b></p>
3295-
32963292
<p>
32973293
For a <a href="#Primary_expressions">primary expression</a> <code>x</code>
32983294
that is not a <a href="#Package_clause">package name</a>, the

0 commit comments

Comments
 (0)