@@ -15764,7 +15764,7 @@ \subsubsection{Instance Method Closurization}
15764
15764
\LMHash{}%
15765
15765
Otherwise $T$ is a generic instantiation of a generic class $G$.
15766
15766
Let $X''_1, \ldots, X''_{s''}$ be the formal type parameters of $G$,
15767
- and $t''_1, \ldots, t''_{s''}$ be the actual type arguments of $o$ at $T $.
15767
+ and $t''_1, \ldots, t''_{s''}$ be the actual type arguments of $o$ at $G $.
15768
15768
Then $T_j$ is a type annotation that denotes
15769
15769
$[t''_1/X''_1, \ldots, t''_{s''}/X''_{s''}]S_j$,
15770
15770
where $S_j$ is the type annotation of the corresponding parameter in $D$.
@@ -15930,7 +15930,7 @@ \subsubsection{Super Closurization}
15930
15930
\LMHash{}%
15931
15931
Otherwise $S$ is a generic instantiation of a generic class $G$.
15932
15932
Let $X''_1, \ldots, X''_{s''}$ be the formal type parameters of $G$,
15933
- and $t''_1, \ldots, t''_{s''}$ be the actual type arguments of $o$ at $S $.
15933
+ and $t''_1, \ldots, t''_{s''}$ be the actual type arguments of $o$ at $G $.
15934
15934
Then $T_j$ is a type annotation that denotes
15935
15935
$[t''_1/X''_1, \ldots, t''_{s''}/X''_{s''}]S_j$,
15936
15936
where $S_j$ is the type annotation of the corresponding parameter in $D$.
0 commit comments