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 d65ae9d commit 9feff56Copy full SHA for 9feff56
specification/dartLangSpec.tex
@@ -23415,9 +23415,9 @@ \subsection{Same Type}
23415
\item $S$ is \VOID{} and $T$ is \VOID.
23416
\commentary{This is a reserved word and cannot be redefined.}
23417
\item $S$ is an identifier or a prefixed identifier which is resolved
23418
- to denote a type-introducing declaration $D_S$,
+ to denote a declaration $D_S$,
23419
and $T$ is an identifier or a prefixed identifier which is resolved
23420
- to denote a type-introducing declaration $D_T$,
+ to denote a declaration $D_T$,
23421
and $D_S$ is the same declaration as $D_T$.
23422
\item $S$ is of the form $S'?$ and $T$ is of the form $T'?$,
23423
and $S'$ is the same type as $T'$.
0 commit comments