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 @@ -14594,7 +14594,8 @@ \subsubsection{Cascades}
14594
14594
Consider an expression of the form \code{$e$?..$s$} where
14595
14595
$e$ is a \synt{conditionalExpression} and
14596
14596
$s$ is a \synt{cascadeSection}.
14597
- A warning occurs unless the static type of $e$ is potentially nullable.
14597
+ A warning occurs if the static type of $e$ is non-nullable
14598
+ (\ref{typeNullability}).
14598
14599
14599
14600
\LMHash{}%
14600
14601
Otherwise, the static analysis and dynamic semantics of
@@ -20214,7 +20215,7 @@ \subsection{Assert}
20214
20215
\begin{grammar}
20215
20216
<assertStatement> ::= <assertion> `;'
20216
20217
20217
- <assertion> ::= \ASSERT{} `(' <expression> (`,' <expression> )? `,'? `)'
20218
+ <assertion> ::= \ASSERT{} `(' <expression> (`,' <expression>)? `,'? `)'
20218
20219
\end{grammar}
20219
20220
20220
20221
\LMHash{}%
@@ -20320,6 +20321,9 @@ \section{Libraries and Scripts}
20320
20321
20321
20322
\LMHash{}%
20322
20323
A library contains a string which is derived from \synt{libraryDeclaration}.
20324
+ It ends in the pseudo-token
20325
+ \IndexCustom{\synt{EOF}}{<EOF>@\synt{EOF}},
20326
+ which denotes the end of the input.
20323
20327
20324
20328
\commentary{%
20325
20329
We could say that \synt{libraryDeclaration} is a
You can’t perform that action at this time.
0 commit comments