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 @@ -14548,7 +14548,8 @@ \subsubsection{Cascades}
14548
14548
Consider an expression of the form \code{$e$?..$s$} where
14549
14549
$e$ is a \synt{conditionalExpression} and
14550
14550
$s$ is a \synt{cascadeSection}.
14551
- A warning occurs unless the static type of $e$ is potentially nullable.
14551
+ A warning occurs if the static type of $e$ is non-nullable
14552
+ (\ref{typeNullability}).
14552
14553
14553
14554
\LMHash{}%
14554
14555
Otherwise, the static analysis and dynamic semantics of
@@ -20148,7 +20149,7 @@ \subsection{Assert}
20148
20149
\begin{grammar}
20149
20150
<assertStatement> ::= <assertion> `;'
20150
20151
20151
- <assertion> ::= \ASSERT{} `(' <expression> (`,' <expression> )? `,'? `)'
20152
+ <assertion> ::= \ASSERT{} `(' <expression> (`,' <expression>)? `,'? `)'
20152
20153
\end{grammar}
20153
20154
20154
20155
\LMHash{}%
@@ -20254,6 +20255,9 @@ \section{Libraries and Scripts}
20254
20255
20255
20256
\LMHash{}%
20256
20257
A library contains a string which is derived from \synt{libraryDeclaration}.
20258
+ It ends in the pseudo-token
20259
+ \IndexCustom{\synt{EOF}}{<EOF>@\synt{EOF}},
20260
+ which denotes the end of the input.
20257
20261
20258
20262
\commentary{%
20259
20263
We could say that \synt{libraryDeclaration} is a
You can’t perform that action at this time.
0 commit comments