Skip to content

Commit 9feff56

Browse files
committed
WIP
1 parent d65ae9d commit 9feff56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/dartLangSpec.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23415,9 +23415,9 @@ \subsection{Same Type}
2341523415
\item $S$ is \VOID{} and $T$ is \VOID.
2341623416
\commentary{This is a reserved word and cannot be redefined.}
2341723417
\item $S$ is an identifier or a prefixed identifier which is resolved
23418-
to denote a type-introducing declaration $D_S$,
23418+
to denote a declaration $D_S$,
2341923419
and $T$ is an identifier or a prefixed identifier which is resolved
23420-
to denote a type-introducing declaration $D_T$,
23420+
to denote a declaration $D_T$,
2342123421
and $D_S$ is the same declaration as $D_T$.
2342223422
\item $S$ is of the form $S'?$ and $T$ is of the form $T'?$,
2342323423
and $S'$ is the same type as $T'$.

0 commit comments

Comments
 (0)