mirror of
https://github.com/golang/go
synced 2024-11-21 21:04:41 -07:00
remove reference to "basic literal" since it's never defined
R=rsc, r CC=golang-dev https://golang.org/cl/183113
This commit is contained in:
parent
50442290bb
commit
30e5ed249d
@ -179,7 +179,8 @@ into the token stream at the end of a non-blank line if the line's final
|
|||||||
token is
|
token is
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>an identifier or basic literal
|
<li>an identifier
|
||||||
|
<li>an integer, floating-point, character, or string literal
|
||||||
<li>one of the keywords
|
<li>one of the keywords
|
||||||
<code>break</code>, <code>continue</code>, <code>fallthrough</code>,
|
<code>break</code>, <code>continue</code>, <code>fallthrough</code>,
|
||||||
or <code>return</code>
|
or <code>return</code>
|
||||||
|
Loading…
Reference in New Issue
Block a user