Skip to content

Commit 04fec16

Browse files
committed
WIP
1 parent 06894eb commit 04fec16

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
@@ -23419,6 +23419,10 @@ \subsection{Same Type}
2341923419
and $T$ is an identifier or a prefixed identifier which is resolved
2342023420
to denote a declaration $D_T$,
2342123421
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+
}
2342223426
\item $S$ is of the form $S'?$ and $T$ is of the form $T'?$,
2342323427
and $S'$ is the same type as $T'$.
2342423428
\item $S$ is of the form \code{$C$<$U_1$, \ldots\ $U_s$>},

0 commit comments

Comments
 (0)