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 720f8c7 commit e64dd72Copy full SHA for e64dd72
specification/dartLangSpec.tex
@@ -23477,6 +23477,8 @@ \subsection{Same Type}
23477
}
23478
\item $S$ is of the form $S'?$ and $T$ is of the form $T'?$,
23479
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$.
23482
\item $S$ is of the form \code{$C$<$U_1$, \ldots\ $U_s$>},
23483
and $T$ is of the form \code{$D$<$V_1$, \ldots\ $V_s$>},
23484
where $C$ and $D$ have been resolved to denote the same declaration,
0 commit comments