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 6d988a6 commit 8053ea6Copy full SHA for 8053ea6
specification/dartLangSpec.tex
@@ -23629,10 +23629,10 @@ \subsection{Type Nullability}
23629
\end{itemize}
23630
23631
\LMHash{}%
23632
-Let $T$ be a potentially nullable type such that
23633
-\NormalizedTypeOf{$T$} is neither \DYNAMIC{} nor \VOID.
23634
-The \IndexCustom{interface}{interface!of potentially nullable type}
23635
-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}.
23636
23637
\commentary{%
23638
For example, even though \code{$e_1$.isEven} is allowed
0 commit comments