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 666e4ad commit 17a6e30Copy full SHA for 17a6e30
specification/dartLangSpec.tex
@@ -23478,6 +23478,10 @@ \subsection{Same Type}
23478
and $T$ is an identifier or a prefixed identifier which is resolved
23479
to denote a declaration $D_T$,
23480
and $D_S$ is the same declaration as $D_T$.
23481
+ \commentary{%
23482
+ This covers references to classes and other type-introducing declarations,
23483
+ and it also covers type parameters.%
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{$C$<$U_1$, \ldots\ $U_s$>},
0 commit comments