We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d61d7 commit da845bfCopy full SHA for da845bf
specification/dartLangSpec.tex
@@ -23484,6 +23484,8 @@ \subsection{Same Type}
23484
}
23485
\item $S$ is of the form $S'?$ and $T$ is of the form $T'?$,
23486
and $S'$ is the same type as $T'$.
23487
+\item $S$ is of the form \code{$X$\&$U$} and $T$ is of the form \code{$X$\&$V$},
23488
+ and $U$ is the same type as $V$.
23489
\item $S$ is of the form \code{$C$<$U_1$, \ldots\ $U_s$>},
23490
and $T$ is of the form \code{$D$<$V_1$, \ldots\ $V_s$>},
23491
where $C$ and $D$ have been resolved to denote the same declaration,
0 commit comments