@@ -15455,7 +15455,7 @@ \subsubsection{Instance Method Closurization}
15455
15455
\LMHash{}%
15456
15456
Otherwise $T$ is a generic instantiation of a generic class $G$.
15457
15457
Let $X''_1, \ldots, X''_{s''}$ be the formal type parameters of $G$,
15458
- and $t''_1, \ldots, t''_{s''}$ be the actual type arguments of $o$ at $T $.
15458
+ and $t''_1, \ldots, t''_{s''}$ be the actual type arguments of $o$ at $G $.
15459
15459
Then $T_j$ is a type annotation that denotes
15460
15460
$[t''_1/X''_1, \ldots, t''_{s''}/X''_{s''}]S_j$,
15461
15461
where $S_j$ is the type annotation of the corresponding parameter in $D$.
@@ -15619,7 +15619,7 @@ \subsubsection{Super Closurization}
15619
15619
\LMHash{}%
15620
15620
Otherwise $S$ is a generic instantiation of a generic class $G$.
15621
15621
Let $X''_1, \ldots, X''_{s''}$ be the formal type parameters of $G$,
15622
- and $t''_1, \ldots, t''_{s''}$ be the actual type arguments of $o$ at $S $.
15622
+ and $t''_1, \ldots, t''_{s''}$ be the actual type arguments of $o$ at $G $.
15623
15623
Then $T_j$ is a type annotation that denotes
15624
15624
$[t''_1/X''_1, \ldots, t''_{s''}/X''_{s''}]S_j$,
15625
15625
where $S_j$ is the type annotation of the corresponding parameter in $D$.
0 commit comments