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 @@ -15134,7 +15134,8 @@ \subsubsection{Cascades}
15134
15134
Consider an expression of the form \code{$e$?..$s$} where
15135
15135
$e$ is a \synt{conditionalExpression} and
15136
15136
$s$ is a \synt{cascadeSection}.
15137
- A warning occurs unless the static type of $e$ is potentially nullable.
15137
+ A warning occurs if the static type of $e$ is non-nullable
15138
+ (\ref{typeNullability}).
15138
15139
15139
15140
\LMHash{}%
15140
15141
Otherwise, the static analysis and dynamic semantics of
@@ -20940,7 +20941,7 @@ \subsection{Assert}
20940
20941
\begin{grammar}
20941
20942
<assertStatement> ::= <assertion> `;'
20942
20943
20943
- <assertion> ::= \ASSERT{} `(' <expression> (`,' <expression> )? `,'? `)'
20944
+ <assertion> ::= \ASSERT{} `(' <expression> (`,' <expression>)? `,'? `)'
20944
20945
\end{grammar}
20945
20946
20946
20947
\LMHash{}%
@@ -21046,6 +21047,9 @@ \section{Libraries and Scripts}
21046
21047
21047
21048
\LMHash{}%
21048
21049
A library contains a string which is derived from \synt{libraryDeclaration}.
21050
+ It ends in the pseudo-token
21051
+ \IndexCustom{\synt{EOF}}{<EOF>@\synt{EOF}},
21052
+ which denotes the end of the input.
21049
21053
21050
21054
\commentary{%
21051
21055
We could say that \synt{libraryDeclaration} is a
You can’t perform that action at this time.
0 commit comments