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 @@ -14828,7 +14828,8 @@ \subsubsection{Cascades}
14828
14828
Consider an expression of the form \code{$e$?..$s$} where
14829
14829
$e$ is a \synt{conditionalExpression} and
14830
14830
$s$ is a \synt{cascadeSection}.
14831
- A warning occurs unless the static type of $e$ is potentially nullable.
14831
+ A warning occurs if the static type of $e$ is non-nullable
14832
+ (\ref{typeNullability}).
14832
14833
14833
14834
\LMHash{}%
14834
14835
Otherwise, the static analysis and dynamic semantics of
@@ -20499,7 +20500,7 @@ \subsection{Assert}
20499
20500
\begin{grammar}
20500
20501
<assertStatement> ::= <assertion> `;'
20501
20502
20502
- <assertion> ::= \ASSERT{} `(' <expression> (`,' <expression> )? `,'? `)'
20503
+ <assertion> ::= \ASSERT{} `(' <expression> (`,' <expression>)? `,'? `)'
20503
20504
\end{grammar}
20504
20505
20505
20506
\LMHash{}%
@@ -20605,6 +20606,9 @@ \section{Libraries and Scripts}
20605
20606
20606
20607
\LMHash{}%
20607
20608
A library contains a string which is derived from \synt{libraryDeclaration}.
20609
+ It ends in the pseudo-token
20610
+ \IndexCustom{\synt{EOF}}{<EOF>@\synt{EOF}},
20611
+ which denotes the end of the input.
20608
20612
20609
20613
\commentary{%
20610
20614
We could say that \synt{libraryDeclaration} is a
You can’t perform that action at this time.
0 commit comments