Skip to content

Commit 8053ea6

Browse files
committed
Correct rule about the interface of T?
1 parent 6d988a6 commit 8053ea6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

specification/dartLangSpec.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23629,10 +23629,10 @@ \subsection{Type Nullability}
2362923629
\end{itemize}
2363023630

2363123631
\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}.
23632+
Let $T$ be a type such that \NormalizedTypeOf{$T$} is
23633+
neither \DYNAMIC{} nor \VOID.
23634+
The \IndexCustom{interface}{interface!of a nullable type}
23635+
of \code{$T$?} is the interface of \code{Object}.
2363623636

2363723637
\commentary{%
2363823638
For example, even though \code{$e_1$.isEven} is allowed

0 commit comments

Comments
 (0)