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 @@ -14847,7 +14847,8 @@ \subsubsection{Cascades}
14847
14847
Consider an expression of the form \code{$e$?..$s$} where
14848
14848
$e$ is a \synt{conditionalExpression} and
14849
14849
$s$ is a \synt{cascadeSection}.
14850
- A warning occurs unless the static type of $e$ is potentially nullable.
14850
+ A warning occurs if the static type of $e$ is non-nullable
14851
+ (\ref{typeNullability}).
14851
14852
14852
14853
\LMHash{}%
14853
14854
Otherwise, the static analysis and dynamic semantics of
@@ -20522,7 +20523,7 @@ \subsection{Assert}
20522
20523
\begin{grammar}
20523
20524
<assertStatement> ::= <assertion> `;'
20524
20525
20525
- <assertion> ::= \ASSERT{} `(' <expression> (`,' <expression> )? `,'? `)'
20526
+ <assertion> ::= \ASSERT{} `(' <expression> (`,' <expression>)? `,'? `)'
20526
20527
\end{grammar}
20527
20528
20528
20529
\LMHash{}%
@@ -20628,6 +20629,9 @@ \section{Libraries and Scripts}
20628
20629
20629
20630
\LMHash{}%
20630
20631
A library contains a string which is derived from \synt{libraryDeclaration}.
20632
+ It ends in the pseudo-token
20633
+ \IndexCustom{\synt{EOF}}{<EOF>@\synt{EOF}},
20634
+ which denotes the end of the input.
20631
20635
20632
20636
\commentary{%
20633
20637
We could say that \synt{libraryDeclaration} is a
You can’t perform that action at this time.
0 commit comments