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 @@ -14506,7 +14506,8 @@ \subsubsection{Cascades}
1450614506Consider an expression of the form \code{$e$?..$s$} where
1450714507$e$ is a \synt{conditionalExpression} and
1450814508$s$ is a \synt{cascadeSection}.
14509- A warning occurs unless the static type of $e$ is potentially nullable.
14509+ A warning occurs if the static type of $e$ is non-nullable
14510+ (\ref{typeNullability}).
1451014511
1451114512\LMHash{}%
1451214513Otherwise, the static analysis and dynamic semantics of
@@ -20085,7 +20086,7 @@ \subsection{Assert}
2008520086\begin{grammar}
2008620087<assertStatement> ::= <assertion> `;'
2008720088
20088- <assertion> ::= \ASSERT{} `(' <expression> (`,' <expression> )? `,'? `)'
20089+ <assertion> ::= \ASSERT{} `(' <expression> (`,' <expression>)? `,'? `)'
2008920090\end{grammar}
2009020091
2009120092\LMHash{}%
@@ -20191,6 +20192,9 @@ \section{Libraries and Scripts}
2019120192
2019220193\LMHash{}%
2019320194A library contains a string which is derived from \synt{libraryDeclaration}.
20195+ It ends in the pseudo-token
20196+ \IndexCustom{\synt{EOF}}{<EOF>@\synt{EOF}},
20197+ which denotes the end of the input.
2019420198
2019520199\commentary{%
2019620200We could say that \synt{libraryDeclaration} is a
You can’t perform that action at this time.
0 commit comments