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