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