Skip to content

Commit be407fc

Browse files
committed
Correct a typo about closurization
1 parent 6e8b2a7 commit be407fc

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
@@ -15764,7 +15764,7 @@ \subsubsection{Instance Method Closurization}
1576415764
\LMHash{}%
1576515765
Otherwise $T$ is a generic instantiation of a generic class $G$.
1576615766
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$.
1576815768
Then $T_j$ is a type annotation that denotes
1576915769
$[t''_1/X''_1, \ldots, t''_{s''}/X''_{s''}]S_j$,
1577015770
where $S_j$ is the type annotation of the corresponding parameter in $D$.
@@ -15930,7 +15930,7 @@ \subsubsection{Super Closurization}
1593015930
\LMHash{}%
1593115931
Otherwise $S$ is a generic instantiation of a generic class $G$.
1593215932
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$.
1593415934
Then $T_j$ is a type annotation that denotes
1593515935
$[t''_1/X''_1, \ldots, t''_{s''}/X''_{s''}]S_j$,
1593615936
where $S_j$ is the type annotation of the corresponding parameter in $D$.

0 commit comments

Comments
 (0)