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 2800f67 commit c8547afCopy full SHA for c8547af
specification/dartLangSpec.tex
@@ -23474,9 +23474,9 @@ \subsection{Same Type}
23474
\item $S$ is \VOID{} and $T$ is \VOID.
23475
\commentary{This is a reserved word and cannot be redefined.}
23476
\item $S$ is an identifier or a prefixed identifier which is resolved
23477
- to denote a type-introducing declaration $D_S$,
+ to denote a declaration $D_S$,
23478
and $T$ is an identifier or a prefixed identifier which is resolved
23479
- to denote a type-introducing declaration $D_T$,
+ to denote a declaration $D_T$,
23480
and $D_S$ is the same declaration as $D_T$.
23481
\item $S$ is of the form $S'?$ and $T$ is of the form $T'?$,
23482
and $S'$ is the same type as $T'$.
0 commit comments