Skip to content

Commit 73bfb1a

Browse files
committed
Correct rule about the interface of T?
1 parent 3edca93 commit 73bfb1a

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
@@ -23633,10 +23633,10 @@ \subsection{Type Nullability}
2363323633
\end{itemize}
2363423634

2363523635
\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}.
23636+
Let $T$ be a type such that \NormalizedTypeOf{$T$} is
23637+
neither \DYNAMIC{} nor \VOID.
23638+
The \IndexCustom{interface}{interface!of a nullable type}
23639+
of \code{$T$?} is the interface of \code{Object}.
2364023640

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

0 commit comments

Comments
 (0)