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