Skip to content

Commit 417e710

Browse files
committed
WIP
1 parent 9553b54 commit 417e710

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

specification/dartLangSpec.tex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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}
2350923508
For 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}

0 commit comments

Comments
 (0)