We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab83e6 commit cd51310Copy full SHA for cd51310
specification/dartLangSpec.tex
@@ -22110,8 +22110,7 @@ \subsubsection{Informal Subtype Rule Descriptions}
22110
if \code{Null} is a subtype of $T$.
22111
\Item{\SrnLeftFutureOr}{Left FutureOr}
22112
The type \code{FutureOr<$S$>} is a subtype of a given type $T$
22113
- if \code{Future<$S$>} is a subtype of $T$ and $S$ is a subtype of $T$,
22114
- for every type $S$ and $T$.
+ if \code{Future<$S$>} is a subtype of $T$ and $S$ is a subtype of $T$.
22115
\Item{\SrnLeftNullable}{Left Nullable}
22116
A nullable type \code{$S$?} is a subtype of a given type $T$
22117
if \code{$S$} is a subtype of $T$ and \code{Null} is a subtype of $T$.
0 commit comments