Skip to content

Commit 61717df

Browse files
committed
Correct a typo about closurization
1 parent 3a74a4b commit 61717df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/dartLangSpec.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -15274,7 +15274,7 @@ \subsubsection{Instance Method Closurization}
1527415274
\LMHash{}%
1527515275
Otherwise $T$ is a generic instantiation of a generic class $G$.
1527615276
Let $X''_1, \ldots, X''_{s''}$ be the formal type parameters of $G$,
15277-
and $t''_1, \ldots, t''_{s''}$ be the actual type arguments of $o$ at $T$.
15277+
and $t''_1, \ldots, t''_{s''}$ be the actual type arguments of $o$ at $G$.
1527815278
Then $T_j$ is a type annotation that denotes
1527915279
$[t''_1/X''_1, \ldots, t''_{s''}/X''_{s''}]S_j$,
1528015280
where $S_j$ is the type annotation of the corresponding parameter in $D$.
@@ -15438,7 +15438,7 @@ \subsubsection{Super Closurization}
1543815438
\LMHash{}%
1543915439
Otherwise $S$ is a generic instantiation of a generic class $G$.
1544015440
Let $X''_1, \ldots, X''_{s''}$ be the formal type parameters of $G$,
15441-
and $t''_1, \ldots, t''_{s''}$ be the actual type arguments of $o$ at $S$.
15441+
and $t''_1, \ldots, t''_{s''}$ be the actual type arguments of $o$ at $G$.
1544215442
Then $T_j$ is a type annotation that denotes
1544315443
$[t''_1/X''_1, \ldots, t''_{s''}/X''_{s''}]S_j$,
1544415444
where $S_j$ is the type annotation of the corresponding parameter in $D$.

0 commit comments

Comments
 (0)