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 48e0e8f commit aea8182Copy full SHA for aea8182
specification/dartLangSpec.tex
@@ -25429,10 +25429,11 @@ \subsection{Interface Types}
25429
Let $T$ be a type, and let $T'$ be the transitive alias expansion of $T$
25430
(\ref{typedef}).
25431
We say that $T$ is an \Index{interface type} if{}f
25432
-$T'$ is of the form \code{$C$<\List{T}{1}{k}>},
+$T'$ is of the form \code{$C$<\List{T}{1}{k}>}
25433
+for some $k \geq 0$,
25434
where $C$ denotes a class different from \code{Never} and \code{Null},
25435
% TODO(eernst): Add mixin classes when supported
-or $C$ denotes a mixin
25436
+or $C$ denotes a mixin
25437
(\ref{mixins}),
25438
or an enumerated type
25439
(\ref{enums}).
0 commit comments