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 06894eb commit 04fec16Copy full SHA for 04fec16
specification/dartLangSpec.tex
@@ -23419,6 +23419,10 @@ \subsection{Same Type}
23419
and $T$ is an identifier or a prefixed identifier which is resolved
23420
to denote a declaration $D_T$,
23421
and $D_S$ is the same declaration as $D_T$.
23422
+ \commentary{%
23423
+ This covers references to classes and other type-introducing declarations,
23424
+ and it also covers type parameters.%
23425
+ }
23426
\item $S$ is of the form $S'?$ and $T$ is of the form $T'?$,
23427
and $S'$ is the same type as $T'$.
23428
\item $S$ is of the form \code{$C$<$U_1$, \ldots\ $U_s$>},
0 commit comments