@@ -15436,7 +15436,7 @@ \subsubsection{Instance Method Closurization}
15436
15436
\LMHash{}%
15437
15437
Otherwise $T$ is a generic instantiation of a generic class $G$.
15438
15438
Let $X''_1, \ldots, X''_{s''}$ be the formal type parameters of $G$,
15439
- and $t''_1, \ldots, t''_{s''}$ be the actual type arguments of $o$ at $T $.
15439
+ and $t''_1, \ldots, t''_{s''}$ be the actual type arguments of $o$ at $G $.
15440
15440
Then $T_j$ is a type annotation that denotes
15441
15441
$[t''_1/X''_1, \ldots, t''_{s''}/X''_{s''}]S_j$,
15442
15442
where $S_j$ is the type annotation of the corresponding parameter in $D$.
@@ -15600,7 +15600,7 @@ \subsubsection{Super Closurization}
15600
15600
\LMHash{}%
15601
15601
Otherwise $S$ is a generic instantiation of a generic class $G$.
15602
15602
Let $X''_1, \ldots, X''_{s''}$ be the formal type parameters of $G$,
15603
- and $t''_1, \ldots, t''_{s''}$ be the actual type arguments of $o$ at $S $.
15603
+ and $t''_1, \ldots, t''_{s''}$ be the actual type arguments of $o$ at $G $.
15604
15604
Then $T_j$ is a type annotation that denotes
15605
15605
$[t''_1/X''_1, \ldots, t''_{s''}/X''_{s''}]S_j$,
15606
15606
where $S_j$ is the type annotation of the corresponding parameter in $D$.
0 commit comments