Skip to content

Commit e64dd72

Browse files
committed
WIP
1 parent 720f8c7 commit e64dd72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

specification/dartLangSpec.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23477,6 +23477,8 @@ \subsection{Same Type}
2347723477
}
2347823478
\item $S$ is of the form $S'?$ and $T$ is of the form $T'?$,
2347923479
and $S'$ is the same type as $T'$.
23480+
\item $S$ is of the form \code{$X$\&$U$} and $T$ is of the form \code{$X$\&$V$},
23481+
and $U$ is the same type as $V$.
2348023482
\item $S$ is of the form \code{$C$<$U_1$, \ldots\ $U_s$>},
2348123483
and $T$ is of the form \code{$D$<$V_1$, \ldots\ $V_s$>},
2348223484
where $C$ and $D$ have been resolved to denote the same declaration,

0 commit comments

Comments
 (0)