@@ -15450,7 +15450,7 @@ \subsubsection{Instance Method Closurization}
15450
15450
\LMHash{}%
15451
15451
Otherwise $T$ is a generic instantiation of a generic class $G$.
15452
15452
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 $.
15454
15454
Then $T_j$ is a type annotation that denotes
15455
15455
$[t''_1/X''_1, \ldots, t''_{s''}/X''_{s''}]S_j$,
15456
15456
where $S_j$ is the type annotation of the corresponding parameter in $D$.
@@ -15614,7 +15614,7 @@ \subsubsection{Super Closurization}
15614
15614
\LMHash{}%
15615
15615
Otherwise $S$ is a generic instantiation of a generic class $G$.
15616
15616
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 $.
15618
15618
Then $T_j$ is a type annotation that denotes
15619
15619
$[t''_1/X''_1, \ldots, t''_{s''}/X''_{s''}]S_j$,
15620
15620
where $S_j$ is the type annotation of the corresponding parameter in $D$.
0 commit comments