File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -23422,7 +23422,6 @@ \subsection{Same Type}
2342223422\item $S$ is of the form \code{$C$<$U_1$, \ldots\ $U_s$>},
2342323423 and $T$ is of the form \code{$D$<$V_1$, \ldots\ $V_s$>},
2342423424 where $C$ and $D$ have been resolved to denote the same declaration,
23425- or they are both \code{FutureOr},
2342623425 and $U_j$ is the same type as $V_j$ for all $j \in 1 .. s$.
2342723426\item $S$ is of the form $S'?$ and $T$ is of the form $T'?$,
2342823427 and $S'$ is the same type as $T'$.
@@ -23450,8 +23449,8 @@ \subsection{Same Type}
2345023449For the purpose of the above test, \code{Object}, \code{dynamic},
2345123450\code{Null}, \code{Never}, \code{Function},
2345223451%% TODO(eernst): Add \code{Record},
23453- and \code{Future} are considered to be introduced by a declaration in
23454- \code{dart:core}.
23452+ \code{Future}, and \code{FutureOr}
23453+ are considered to be introduced by a declaration in \code{dart:core}.
2345523454
2345623455
2345723456\section{Reference}
You can’t perform that action at this time.
0 commit comments