Skip to content

Commit f0e4af7

Browse files
committed
WIP
1 parent 6c2ee89 commit f0e4af7

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
@@ -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}
2345023449
For 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}

0 commit comments

Comments
 (0)