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 @@ -14666,7 +14666,8 @@ \subsubsection{Cascades}
14666
14666
Consider an expression of the form \code{$e$?..$s$} where
14667
14667
$e$ is a \synt{conditionalExpression} and
14668
14668
$s$ is a \synt{cascadeSection}.
14669
- A warning occurs unless the static type of $e$ is potentially nullable.
14669
+ A warning occurs if the static type of $e$ is non-nullable
14670
+ (\ref{typeNullability}).
14670
14671
14671
14672
\LMHash{}%
14672
14673
Otherwise, the static analysis and dynamic semantics of
@@ -20336,7 +20337,7 @@ \subsection{Assert}
20336
20337
\begin{grammar}
20337
20338
<assertStatement> ::= <assertion> `;'
20338
20339
20339
- <assertion> ::= \ASSERT{} `(' <expression> (`,' <expression> )? `,'? `)'
20340
+ <assertion> ::= \ASSERT{} `(' <expression> (`,' <expression>)? `,'? `)'
20340
20341
\end{grammar}
20341
20342
20342
20343
\LMHash{}%
@@ -20442,6 +20443,9 @@ \section{Libraries and Scripts}
20442
20443
20443
20444
\LMHash{}%
20444
20445
A library contains a string which is derived from \synt{libraryDeclaration}.
20446
+ It ends in the pseudo-token
20447
+ \IndexCustom{\synt{EOF}}{<EOF>@\synt{EOF}},
20448
+ which denotes the end of the input.
20445
20449
20446
20450
\commentary{%
20447
20451
We could say that \synt{libraryDeclaration} is a
You can’t perform that action at this time.
0 commit comments