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 3edca93 commit 73bfb1aCopy full SHA for 73bfb1a
specification/dartLangSpec.tex
@@ -23633,10 +23633,10 @@ \subsection{Type Nullability}
23633
\end{itemize}
23634
23635
\LMHash{}%
23636
-Let $T$ be a potentially nullable type such that
23637
-\NormalizedTypeOf{$T$} is neither \DYNAMIC{} nor \VOID.
23638
-The \IndexCustom{interface}{interface!of potentially nullable type}
23639
-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}.
23640
23641
\commentary{%
23642
For example, even though \code{$e_1$.isEven} is allowed
0 commit comments