We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f895c49 commit 9fc9818Copy full SHA for 9fc9818
specification/dartLangSpec.tex
@@ -23704,10 +23704,10 @@ \subsection{Type Nullability}
23704
\end{itemize}
23705
23706
\LMHash{}%
23707
-Let $T$ be a potentially nullable type such that
23708
-\NormalizedTypeOf{$T$} is neither \DYNAMIC{} nor \VOID.
23709
-The \IndexCustom{interface}{interface!of potentially nullable type}
23710
-of $T$ is the interface of \code{Object}.
+Let $T$ be a type such that \NormalizedTypeOf{$T$} is
+neither \DYNAMIC{} nor \VOID.
+The \IndexCustom{interface}{interface!of a nullable type}
+of \code{$T$?} is the interface of \code{Object}.
23711
23712
\commentary{%
23713
For example, even though \code{$e_1$.isEven} is allowed
0 commit comments