Skip to content

Commit c8547af

Browse files
committed
WIP
1 parent 2800f67 commit c8547af

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
@@ -23474,9 +23474,9 @@ \subsection{Same Type}
2347423474
\item $S$ is \VOID{} and $T$ is \VOID.
2347523475
\commentary{This is a reserved word and cannot be redefined.}
2347623476
\item $S$ is an identifier or a prefixed identifier which is resolved
23477-
to denote a type-introducing declaration $D_S$,
23477+
to denote a declaration $D_S$,
2347823478
and $T$ is an identifier or a prefixed identifier which is resolved
23479-
to denote a type-introducing declaration $D_T$,
23479+
to denote a declaration $D_T$,
2348023480
and $D_S$ is the same declaration as $D_T$.
2348123481
\item $S$ is of the form $S'?$ and $T$ is of the form $T'?$,
2348223482
and $S'$ is the same type as $T'$.

0 commit comments

Comments
 (0)