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 @@ -23481,7 +23481,6 @@ \subsection{Same Type}
2348123481\item $S$ is of the form \code{$C$<$U_1$, \ldots\ $U_s$>},
2348223482 and $T$ is of the form \code{$D$<$V_1$, \ldots\ $V_s$>},
2348323483 where $C$ and $D$ have been resolved to denote the same declaration,
23484- or they are both \code{FutureOr},
2348523484 and $U_j$ is the same type as $V_j$ for all $j \in 1 .. s$.
2348623485\item $S$ is of the form $S'?$ and $T$ is of the form $T'?$,
2348723486 and $S'$ is the same type as $T'$.
@@ -23509,8 +23508,8 @@ \subsection{Same Type}
2350923508For the purpose of the above test, \code{Object}, \code{dynamic},
2351023509\code{Null}, \code{Never}, \code{Function},
2351123510%% TODO(eernst): Add \code{Record},
23512- and \code{Future} are considered to be introduced by a declaration in
23513- \code{dart:core}.
23511+ \code{Future}, and \code{FutureOr}
23512+ are considered to be introduced by a declaration in \code{dart:core}.
2351423513
2351523514
2351623515\section{Reference}
You can’t perform that action at this time.
0 commit comments