Skip to content

Commit 17a6e30

Browse files
committed
WIP
1 parent 666e4ad commit 17a6e30

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

specification/dartLangSpec.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23478,6 +23478,10 @@ \subsection{Same Type}
2347823478
and $T$ is an identifier or a prefixed identifier which is resolved
2347923479
to denote a declaration $D_T$,
2348023480
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+
}
2348123485
\item $S$ is of the form $S'?$ and $T$ is of the form $T'?$,
2348223486
and $S'$ is the same type as $T'$.
2348323487
\item $S$ is of the form \code{$C$<$U_1$, \ldots\ $U_s$>},

0 commit comments

Comments
 (0)