Skip to content

Commit 9fc9818

Browse files
committed
Correct rule about the interface of T?
1 parent f895c49 commit 9fc9818

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
@@ -23704,10 +23704,10 @@ \subsection{Type Nullability}
2370423704
\end{itemize}
2370523705

2370623706
\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}.
23707+
Let $T$ be a type such that \NormalizedTypeOf{$T$} is
23708+
neither \DYNAMIC{} nor \VOID.
23709+
The \IndexCustom{interface}{interface!of a nullable type}
23710+
of \code{$T$?} is the interface of \code{Object}.
2371123711

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

0 commit comments

Comments
 (0)