File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -14506,7 +14506,8 @@ \subsubsection{Cascades}
14506
14506
Consider an expression of the form \code{$e$?..$s$} where
14507
14507
$e$ is a \synt{conditionalExpression} and
14508
14508
$s$ is a \synt{cascadeSection}.
14509
- A warning occurs unless the static type of $e$ is potentially nullable.
14509
+ A warning occurs if the static type of $e$ is non-nullable
14510
+ (\ref{typeNullability}).
14510
14511
14511
14512
\LMHash{}%
14512
14513
Otherwise, the static analysis and dynamic semantics of
@@ -20085,7 +20086,7 @@ \subsection{Assert}
20085
20086
\begin{grammar}
20086
20087
<assertStatement> ::= <assertion> `;'
20087
20088
20088
- <assertion> ::= \ASSERT{} `(' <expression> (`,' <expression> )? `,'? `)'
20089
+ <assertion> ::= \ASSERT{} `(' <expression> (`,' <expression>)? `,'? `)'
20089
20090
\end{grammar}
20090
20091
20091
20092
\LMHash{}%
@@ -20191,6 +20192,9 @@ \section{Libraries and Scripts}
20191
20192
20192
20193
\LMHash{}%
20193
20194
A library contains a string which is derived from \synt{libraryDeclaration}.
20195
+ It ends in the pseudo-token
20196
+ \IndexCustom{\synt{EOF}}{<EOF>@\synt{EOF}},
20197
+ which denotes the end of the input.
20194
20198
20195
20199
\commentary{%
20196
20200
We could say that \synt{libraryDeclaration} is a
You can’t perform that action at this time.
0 commit comments