@@ -25338,19 +25338,22 @@ \subsection{Class Building Types}
25338
25338
\begin{itemize}
25339
25339
\item $T$ is \VOID{} (\ref{typeVoid}).
25340
25340
\item $T$ is \DYNAMIC{} (\ref{typeDynamic}).
25341
- \item $T$ is \code{FutureOr<$S$>} for some type $S$ (\ref{typeFutureOr}).
25342
25341
\item
25343
- % TODO(eernst): If we introduce sealed classes we will have an item
25344
- % for those, and we may wish to rephrase this.
25345
25342
$T$ is \code{Never}, \code{Null}, \code{num}, \code{int}, \code{double},
25346
25343
\code{bool}, or \code{String}.
25344
+ \item $T$ is an enumerated type (\ref{enums}).
25345
+ % TODO(eernst): Come newer versions, add these:
25346
+ % \item $T$ is a record type (\ref{???}) or the type \RECORD.
25347
+ % \item $T$ is a sealed class.
25348
+ \item $T$ is a function type (\ref{functionTypes}) or the type \FUNCTION.
25347
25349
\item $T$ is \code{$S$?} for some type $S$.
25350
+ \item $T$ is \code{FutureOr<$S$>} for some type $S$ (\ref{typeFutureOr}).
25351
+ % \item $T$ is an extension type (\ref{???}).
25348
25352
\item $T$ is a type variable (\ref{generics}).
25349
- \item $T$ is a function type (\ref{functionTypes}).
25353
+ \item $T$ is an intersection type (\ref{intersectionTypes}).
25354
+ \item $T$ is a deferred type (\ref{staticTypes}).
25350
25355
\item $T$ is a type alias whose transitive alias expansion
25351
25356
(\ref{typedef}) does not denote a class building type.
25352
- \item $T$ is an enumerated type (\ref{enums}).
25353
- \item $T$ is a deferred type (\ref{staticTypes}).
25354
25357
\end{itemize}
25355
25358
25356
25359
0 commit comments