Skip to content

Commit 4fbc769

Browse files
committed
Correction: add reflexive case to "derive a future type", first item
1 parent b99a498 commit 4fbc769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/dartLangSpec.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -11727,7 +11727,7 @@ \subsection{Function Expressions}
1172711727
%% TODO(eernst): Come mixin classes and extension types: add them.
1172811728
If $T$ is a type which is introduced by
1172911729
a class, mixin, or enum declaration,
11730-
and if a direct or indirect superinterface
11730+
and if $T$ or a direct or indirect superinterface
1173111731
(\ref{interfaceSuperinterfaces})
1173211732
of $T$ is \code{Future<$U$>} for some $U$,
1173311733
then $T$ derives the future type \code{Future<$U$>}.

0 commit comments

Comments
 (0)