Skip to content

Commit 731eaf2

Browse files
committed
Correct a typo about closurization
1 parent 59ef6dd commit 731eaf2

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
@@ -15450,7 +15450,7 @@ \subsubsection{Instance Method Closurization}
1545015450
\LMHash{}%
1545115451
Otherwise $T$ is a generic instantiation of a generic class $G$.
1545215452
Let $X''_1, \ldots, X''_{s''}$ be the formal type parameters of $G$,
15453-
and $t''_1, \ldots, t''_{s''}$ be the actual type arguments of $o$ at $T$.
15453+
and $t''_1, \ldots, t''_{s''}$ be the actual type arguments of $o$ at $G$.
1545415454
Then $T_j$ is a type annotation that denotes
1545515455
$[t''_1/X''_1, \ldots, t''_{s''}/X''_{s''}]S_j$,
1545615456
where $S_j$ is the type annotation of the corresponding parameter in $D$.
@@ -15614,7 +15614,7 @@ \subsubsection{Super Closurization}
1561415614
\LMHash{}%
1561515615
Otherwise $S$ is a generic instantiation of a generic class $G$.
1561615616
Let $X''_1, \ldots, X''_{s''}$ be the formal type parameters of $G$,
15617-
and $t''_1, \ldots, t''_{s''}$ be the actual type arguments of $o$ at $S$.
15617+
and $t''_1, \ldots, t''_{s''}$ be the actual type arguments of $o$ at $G$.
1561815618
Then $T_j$ is a type annotation that denotes
1561915619
$[t''_1/X''_1, \ldots, t''_{s''}/X''_{s''}]S_j$,
1562015620
where $S_j$ is the type annotation of the corresponding parameter in $D$.

0 commit comments

Comments
 (0)