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 @@ -14508,7 +14508,8 @@ \subsubsection{Cascades}
14508
14508
Consider an expression of the form \code{$e$?..$s$} where
14509
14509
$e$ is a \synt{conditionalExpression} and
14510
14510
$s$ is a \synt{cascadeSection}.
14511
- A warning occurs unless the static type of $e$ is potentially nullable.
14511
+ A warning occurs if the static type of $e$ is non-nullable
14512
+ (\ref{typeNullability}).
14512
14513
14513
14514
\LMHash{}%
14514
14515
Otherwise, the static analysis and dynamic semantics of
@@ -20087,7 +20088,7 @@ \subsection{Assert}
20087
20088
\begin{grammar}
20088
20089
<assertStatement> ::= <assertion> `;'
20089
20090
20090
- <assertion> ::= \ASSERT{} `(' <expression> (`,' <expression> )? `,'? `)'
20091
+ <assertion> ::= \ASSERT{} `(' <expression> (`,' <expression>)? `,'? `)'
20091
20092
\end{grammar}
20092
20093
20093
20094
\LMHash{}%
@@ -20193,6 +20194,9 @@ \section{Libraries and Scripts}
20193
20194
20194
20195
\LMHash{}%
20195
20196
A library contains a string which is derived from \synt{libraryDeclaration}.
20197
+ It ends in the pseudo-token
20198
+ \IndexCustom{\synt{EOF}}{<EOF>@\synt{EOF}},
20199
+ which denotes the end of the input.
20196
20200
20197
20201
\commentary{%
20198
20202
We could say that \synt{libraryDeclaration} is a
You can’t perform that action at this time.
0 commit comments